summaryrefslogtreecommitdiff
path: root/gdk/gdksurfaceprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-08-26 16:55:03 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-08-26 17:56:41 -0400
commitbf9bb7181351f2cadd1ff19831ca9cd337b52bb0 (patch)
tree2999cb19e3d644c97f8a7229aa26523fae708f53 /gdk/gdksurfaceprivate.h
parent75915bc782906d600f952f13eaec3d7b375420ac (diff)
downloadgtk+-bf9bb7181351f2cadd1ff19831ca9cd337b52bb0.tar.gz
gdk: Cosmetics
Diffstat (limited to 'gdk/gdksurfaceprivate.h')
-rw-r--r--gdk/gdksurfaceprivate.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/gdk/gdksurfaceprivate.h b/gdk/gdksurfaceprivate.h
index e0a0c20b50..36db8286af 100644
--- a/gdk/gdksurfaceprivate.h
+++ b/gdk/gdksurfaceprivate.h
@@ -108,25 +108,23 @@ struct _GdkSurfaceClass
GObjectClass parent_class;
cairo_surface_t *
- (* ref_cairo_surface) (GdkSurface *surface);
-
- void (* hide) (GdkSurface *surface);
- void (* get_geometry) (GdkSurface *surface,
+ (* ref_cairo_surface) (GdkSurface *surface);
+ void (* hide) (GdkSurface *surface);
+ void (* get_geometry) (GdkSurface *surface,
int *x,
int *y,
int *width,
int *height);
- void (* get_root_coords) (GdkSurface *surface,
+ void (* get_root_coords) (GdkSurface *surface,
int x,
int y,
int *root_x,
int *root_y);
- gboolean (* get_device_state) (GdkSurface *surface,
+ gboolean (* get_device_state) (GdkSurface *surface,
GdkDevice *device,
double *x,
double *y,
GdkModifierType *mask);
-
void (* set_input_region) (GdkSurface *surface,
cairo_region_t *shape_region);