summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-11-12 17:13:30 +0100
committerStefano Karapetsas <[email protected]>2013-11-12 17:13:30 +0100
commit4a3dfc72264b99a2919b3439364e5866c8ef919e (patch)
tree9bc9eeaafe673814821601d45fe11e68bba44db0 /src
parent289f88cac3057908e54bf1540743c7926d07bdb8 (diff)
downloadmate-screensaver-4a3dfc72264b99a2919b3439364e5866c8ef919e.tar.bz2
mate-screensaver-4a3dfc72264b99a2919b3439364e5866c8ef919e.tar.xz
Re add removed variable for GTK2
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;