summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gs-window-x11.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gs-window-x11.c b/src/gs-window-x11.c
index c83c015..8ba2d37 100644
--- a/src/gs-window-x11.c
+++ b/src/gs-window-x11.c
@@ -437,6 +437,7 @@ clear_widget (GtkWidget *widget)
#if GTK_CHECK_VERSION (3, 0, 0)
GdkRGBA rgba = { 0.0, 0.0, 0.0, 1.0 };
#else
+ GdkColormap *colormap;
GdkColor color = { 0, 0x0000, 0x0000, 0x0000 };
GtkStateType state;
GtkStyle *style;