mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 14:31:20 +03:00
GTK: Catch a couple of missed flag renames
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
parent
727ff38647
commit
6321243bbd
@ -757,7 +757,7 @@ nserror nsgtk_corewindow_init(struct nsgtk_corewindow *nsgtk_cw)
|
||||
|
||||
nsgtk_widget_override_background_color(
|
||||
GTK_WIDGET(nsgtk_cw->drawing_area),
|
||||
GTK_STATE_NORMAL,
|
||||
GTK_STATE_FLAG_NORMAL,
|
||||
0, 0xffff, 0xffff, 0xffff);
|
||||
|
||||
return NSERROR_OK;
|
||||
|
@ -908,7 +908,7 @@ gui_window_create(struct browser_window *bw,
|
||||
|
||||
/* set the default background colour of the drawing area to white. */
|
||||
nsgtk_widget_override_background_color(GTK_WIDGET(g->layout),
|
||||
GTK_STATE_NORMAL,
|
||||
GTK_STATE_FLAG_NORMAL,
|
||||
0, 0xffff, 0xffff, 0xffff);
|
||||
|
||||
nsgtk_connect_draw_event(GTK_WIDGET(g->layout),
|
||||
|
Loading…
Reference in New Issue
Block a user