From 05e6cde97d4661b2669619158da6602cfad9dc78 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 14 Mar 2012 19:40:15 +0100 Subject: [PATCH] win32: Fix compiler warning --- gtk/gtkwin32theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;