[gtk/wip/synthetic-motion2: 28/30] gdk: Cosmetics
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/synthetic-motion2: 28/30] gdk: Cosmetics
- Date: Wed, 26 Aug 2020 21:55:23 +0000 (UTC)
commit 54253c8f95d60b3176192d731e524cd48e3b6f71
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Aug 26 16:55:03 2020 -0400
gdk: Cosmetics
gdk/gdksurfaceprivate.h | 12 +++++-------
1 file 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]