[gtk+/wip/events: 25/25] win32: Fix compiler warning
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/events: 25/25] win32: Fix compiler warning
- Date: Wed, 14 Mar 2012 18:43:51 +0000 (UTC)
commit 31363bea060fa5a34cc8789a8b5a3d2561211798
Author: Benjamin Otte <otte redhat com>
Date: Wed Mar 14 19:40:15 2012 +0100
win32: Fix compiler warning
gtk/gtkwin32theme.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkwin32theme.c b/gtk/gtkwin32theme.c
index 161df96..6fb480e 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]