forked from AuroraMiddleware/gtk
Fix gdk_win32_cairo_context_end_frame prototype
This commit is contained in:
parent
58fc1229c1
commit
aaa4e23a77
@ -232,8 +232,7 @@ gdk_win32_cairo_context_begin_frame (GdkDrawContext *draw_context,
|
||||
|
||||
static void
|
||||
gdk_win32_cairo_context_end_frame (GdkDrawContext *draw_context,
|
||||
cairo_region_t *painted,
|
||||
cairo_region_t *damage)
|
||||
cairo_region_t *painted)
|
||||
{
|
||||
GdkWin32CairoContext *self = GDK_WIN32_CAIRO_CONTEXT (draw_context);
|
||||
GdkSurface *surface;
|
||||
|
Loading…
Reference in New Issue
Block a user