Changeset 442
- Timestamp:
- 03/01/2008 00:49:42 (6 months ago)
- Location:
- trunk/shoes
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/shoes/app.c
r439 r442 1467 1467 shoes_slot_gtk *gs = &app->slot; 1468 1468 1469 gtk_init(NULL, NULL);1470 1471 1469 gtk_window_set_default_icon_from_file("static/shoes-icon.png", NULL); 1472 1470 gk->window = gtk_window_new (GTK_WINDOW_TOPLEVEL); -
trunk/shoes/world.c
r441 r442 36 36 shoes_init(SHOES_INIT_ARGS) 37 37 { 38 #ifdef SHOES_GTK 39 gtk_init(NULL, NULL); 40 #endif 38 41 #ifdef SHOES_WIN32 39 42 INITCOMMONCONTROLSEX InitCtrlEx;
