[gtk+/wip/baedert/gtkimageview: 108/113] Revert "range: Trivial field ordering"



commit 7c141d505e8f0a5725698bc6ccc595a27db241e6
Author: Timm Bäder <mail baedert org>
Date:   Mon Aug 3 15:00:59 2015 +0200

    Revert "range: Trivial field ordering"
    
    This reverts commit 1ca6d8b1b586ea6d11c481b442862dab30ae0a8a.

 gtk/gtkrange.c |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/gtk/gtkrange.c b/gtk/gtkrange.c
index 7d91bda..9a41f20 100644
--- a/gtk/gtkrange.c
+++ b/gtk/gtkrange.c
@@ -138,6 +138,12 @@ struct _GtkRangePrivate
 
   /* Whether we're doing fine adjustment */
   guint zoom                   : 1;
+  GtkGesture *long_press_gesture;
+  GtkScrollType autoscroll_mode;
+  guint autoscroll_id;
+
+  GtkGesture *multipress_gesture;
+  GtkGesture *drag_gesture;
 
   /* Fill level */
   guint show_fill_level        : 1;
@@ -145,13 +151,6 @@ struct _GtkRangePrivate
 
   /* Whether dragging is ongoing */
   guint in_drag                : 1;
-
-  GtkGesture *long_press_gesture;
-  GtkGesture *multipress_gesture;
-  GtkGesture *drag_gesture;
-
-  GtkScrollType autoscroll_mode;
-  guint autoscroll_id;
 };
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]