summaryrefslogtreecommitdiff
path: root/libcheese/cheese-flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcheese/cheese-flash.c')
-rw-r--r--libcheese/cheese-flash.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcheese/cheese-flash.c b/libcheese/cheese-flash.c
index 8500acb9..655c9957 100644
--- a/libcheese/cheese-flash.c
+++ b/libcheese/cheese-flash.c
@@ -98,8 +98,11 @@ cheese_flash_init (CheeseFlash *self)
gtk_window_set_focus_on_map (window, FALSE);
/* Make it white */
+/* FIXME: Use a custom style provider. */
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
gtk_widget_override_background_color (GTK_WIDGET (window), GTK_STATE_NORMAL,
&white);
+G_GNUC_END_IGNORE_DEPRECATIONS
/* Don't consume input */
gtk_widget_realize (GTK_WIDGET (window));