[gnome-builder/wip/gtk4-port] plugins/omni-gutter: place guint before bitfield
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port] plugins/omni-gutter: place guint before bitfield
- Date: Wed, 27 Apr 2022 23:45:26 +0000 (UTC)
commit 9387aec530845acf2a0b14ccf81806df722bbd0f
Author: Christian Hergert <chergert redhat com>
Date: Wed Apr 27 16:44:01 2022 -0700
plugins/omni-gutter: place guint before bitfield
src/plugins/omni-gutter/gbp-omni-gutter-renderer.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/plugins/omni-gutter/gbp-omni-gutter-renderer.c
b/src/plugins/omni-gutter/gbp-omni-gutter-renderer.c
index da4de45b8..5786eb61e 100644
--- a/src/plugins/omni-gutter/gbp-omni-gutter-renderer.c
+++ b/src/plugins/omni-gutter/gbp-omni-gutter-renderer.c
@@ -157,6 +157,9 @@ struct _GbpOmniGutterRenderer
*/
guint cursor_line;
+ /* Delayed reload timeout source */
+ guint reload_source;
+
/*
* Some users might want to toggle off individual features of the
* omni gutter, and these boolean properties provide that. Other
@@ -166,9 +169,6 @@ struct _GbpOmniGutterRenderer
guint show_line_numbers : 1;
guint show_relative_line_numbers : 1;
guint show_line_diagnostics : 1;
-
- /* Delayed reload timeout source */
- guint reload_source;
};
enum {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]