Fix build breakage on Windows caused by the region changes

Patches by Sam Thursfield, from bug #623476.
This commit is contained in:
Tor Lillqvist
2010-07-05 12:56:02 +03:00
parent 1ac5011873
commit 34e8bd9dba
6 changed files with 54 additions and 47 deletions

View File

@ -282,7 +282,7 @@ gdk_window_post_scroll (GdkWindow *window,
{
GDK_NOTE (EVENTS,
g_print ("gdk_window_clip_changed: invalidating region: %s\n",
_gdk_win32_gdkregion_to_string (new_clip_region)));
_gdk_win32_cairo_region_to_string (new_clip_region)));
gdk_window_invalidate_region (window, new_clip_region, FALSE);
g_print ("gdk_window_post_scroll\n");