summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-03-14 19:40:15 +0100
committerBenjamin Otte <otte@redhat.com>2012-03-14 19:40:15 +0100
commit31363bea060fa5a34cc8789a8b5a3d2561211798 (patch)
tree1a7bb2502714e6992bebfafcf4586aec6b76904d
parent2bf2b5df5f61f2f591cf565c6bbb6f8a6d21181b (diff)
downloadgtk+-31363bea060fa5a34cc8789a8b5a3d2561211798.tar.gz
win32: Fix compiler warningwip/events
-rw-r--r--gtk/gtkwin32theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkwin32theme.c b/gtk/gtkwin32theme.c
index 161df961c2..6fb480e223 100644
--- a/gtk/gtkwin32theme.c
+++ b/gtk/gtkwin32theme.c
@@ -200,8 +200,8 @@ _gtk_win32_theme_part_create_surface (HTHEME theme,
cairo_t *cr;
int x_offs;
int y_offs;
- gboolean has_alpha;
#ifdef G_OS_WIN32
+ gboolean has_alpha;
HDC hdc;
RECT rect;
SIZE size;