Fixed Glk to Gdk color bug
[rodin/chimara.git] / libchimara / window.c
index 02f1e5ceb0e58d47ee8dca4abbf96d4e1e5f4cde..af470566ccd734bf72eaba9b0b45983039287bc0 100644 (file)
@@ -568,6 +568,7 @@ glk_window_open(winid_t split, glui32 method, glui32 size, glui32 wintype,
                        win->unit_height = 1;
                    win->widget = image;
                    win->frame = image;
+                       win->background_color = 0x00FFFFFF;
                                
                        /* Connect signal handlers */
                        win->button_press_event_handler = g_signal_connect(image, "button-press-event", G_CALLBACK(on_window_button_press), win);