win32: fix the build

A recent cleanup gone wrong,
https://bugzilla.gnome.org/show_bug.cgi?id=732454
This commit is contained in:
Matthias Clasen 2014-07-03 08:12:56 -04:00
parent 7fa294038b
commit 1e205dcb05

View File

@ -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);