[gtk/matthiasc/for-master: 18/18] gdk: Cosmetics




commit 1a2d410c10a7241f154e8d3b39ceb10271c7a85f
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]