Fix gdk_win32_cairo_context_end_frame prototype

This commit is contained in:
Руслан Ижбулатов 2018-06-10 20:53:25 +00:00
parent 58fc1229c1
commit aaa4e23a77

View File

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