summaryrefslogtreecommitdiff
path: root/gtk/gtkwin32theme.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-03-14 19:40:15 +0100
committerBenjamin Otte <otte@redhat.com>2012-03-15 02:55:25 +0100
commit05e6cde97d4661b2669619158da6602cfad9dc78 (patch)
tree5873c89660ba93175d2be6aa43abad133a4a8a92 /gtk/gtkwin32theme.c
parentb635e60893502eaac4a3f44744642850fec00d74 (diff)
downloadgtk+-05e6cde97d4661b2669619158da6602cfad9dc78.tar.gz
win32: Fix compiler warning
Diffstat (limited to 'gtk/gtkwin32theme.c')
-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;