[metacity/gnome-3-24] move META_PRIORITY_RESIZE to common.h



commit e48300828b9cb796f1424f0d8b8ec20dd716eaed
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Mon Feb 27 15:31:24 2017 +0200

    move META_PRIORITY_RESIZE to common.h

 src/include/common.h |    3 +++
 src/include/ui.h     |    3 ---
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/include/common.h b/src/include/common.h
index 7f9e3e7..ad03176 100644
--- a/src/include/common.h
+++ b/src/include/common.h
@@ -202,6 +202,9 @@ typedef enum
 
 #define META_DEFAULT_ICON_NAME "window"
 
+/* This is between GTK_PRIORITY_RESIZE (+10) and GDK_PRIORITY_REDRAW (+20) */
+#define META_PRIORITY_RESIZE         (G_PRIORITY_HIGH_IDLE + 15)
+
 #define META_PRIORITY_PREFS_NOTIFY   (G_PRIORITY_DEFAULT_IDLE + 10)
 #define META_PRIORITY_WORK_AREA_HINT (G_PRIORITY_DEFAULT_IDLE + 15)
 
diff --git a/src/include/ui.h b/src/include/ui.h
index 3dd823d..1045230 100644
--- a/src/include/ui.h
+++ b/src/include/ui.h
@@ -32,9 +32,6 @@
 #include <libmetacity/meta-frame-borders.h>
 #include <libmetacity/meta-frame-enums.h>
 
-/* This is between GTK_PRIORITY_RESIZE (+10) and GDK_PRIORITY_REDRAW (+20) */
-#define META_PRIORITY_RESIZE    (G_PRIORITY_HIGH_IDLE + 15)
-
 typedef struct _MetaUI MetaUI;
 
 typedef gboolean (* MetaEventFunc) (XEvent *xevent, gpointer data);


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