p59 - hud update from ray

This commit is contained in:
steffen123
2008-08-19 00:18:17 +01:00
parent c716dfd35e
commit eff5c9cc6e
2 changed files with 7 additions and 55 deletions
+5
View File
@@ -79,6 +79,11 @@ def process_new_hand(source, condition):
return(1)
if __name__== "__main__":
if not os.name == 'posix':
print "This version of the HUD only works with Linux or compatible.\nHUD exiting."
sys.exit()
main_window = gtk.Window()
main_window.connect("destroy", destroy)
label = gtk.Label('Fake main window, blah blah, blah\nblah, blah')