win32: Fix compiler warning

This commit is contained in:
Benjamin Otte 2012-03-14 19:40:15 +01:00
parent b635e60893
commit 05e6cde97d

View File

@ -200,8 +200,8 @@ _gtk_win32_theme_part_create_surface (HTHEME theme,
cairo_t *cr; cairo_t *cr;
int x_offs; int x_offs;
int y_offs; int y_offs;
gboolean has_alpha;
#ifdef G_OS_WIN32 #ifdef G_OS_WIN32
gboolean has_alpha;
HDC hdc; HDC hdc;
RECT rect; RECT rect;
SIZE size; SIZE size;