forked from AuroraMiddleware/gtk
win32: fix the build
A recent cleanup gone wrong, https://bugzilla.gnome.org/show_bug.cgi?id=732454
This commit is contained in:
parent
7fa294038b
commit
1e205dcb05
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user