summaryrefslogtreecommitdiff
path: root/gdk/x11/gdksurface-x11.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdk/x11/gdksurface-x11.h')
-rw-r--r--gdk/x11/gdksurface-x11.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/x11/gdksurface-x11.h b/gdk/x11/gdksurface-x11.h
index 5715c2f21d..6fc7afd07d 100644
--- a/gdk/x11/gdksurface-x11.h
+++ b/gdk/x11/gdksurface-x11.h
@@ -179,6 +179,7 @@ GdkCursor *_gdk_x11_surface_get_cursor (GdkSurface *window);
void _gdk_x11_surface_update_size (GdkX11Surface *impl);
void _gdk_x11_surface_set_surface_scale (GdkSurface *window,
int scale);
+gboolean _gdk_x11_surface_syncs_frames (GdkSurface *surface);
void gdk_x11_surface_pre_damage (GdkSurface *surface);
@@ -188,6 +189,7 @@ void gdk_x11_surface_move (GdkSurface *surface,
void gdk_x11_surface_check_monitor (GdkSurface *surface,
GdkMonitor *monitor);
+
G_END_DECLS
#endif /* __GDK_X11_SURFACE__ */