[gtk+] win32: fix the build



commit 1e205dcb051983e1411bf1a4b7411b737499ddc0
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Jul 3 08:12:56 2014 -0400

    win32: fix the build
    
    A recent cleanup gone wrong,
    https://bugzilla.gnome.org/show_bug.cgi?id=732454

 gdk/win32/gdkevents-win32.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/gdk/win32/gdkevents-win32.c b/gdk/win32/gdkevents-win32.c
index f3b7dc2..5a4efee 100644
--- a/gdk/win32/gdkevents-win32.c
+++ b/gdk/win32/gdkevents-win32.c
@@ -1528,11 +1528,10 @@ handle_wm_paint (MSG        *msg,
 
   hdc = BeginPaint (msg->hwnd, &paintstruct);
 
-  GDK_NOTE (EVENTS, g_print (" %s %s dc %p%s",
+  GDK_NOTE (EVENTS, g_print (" %s %s dc %p",
                             _gdk_win32_rect_to_string (&paintstruct.rcPaint),
                             (paintstruct.fErase ? "erase" : ""),
-                            hdc,
-                            (return_exposes ? " return_exposes" : "")));
+                            hdc));
 
   EndPaint (msg->hwnd, &paintstruct);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]