summaryrefslogtreecommitdiff
path: root/src/include/common.h
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2017-02-27 16:12:19 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2017-03-24 12:58:02 +0200
commit2898b29bdc4e9f66e7cba0e24905d0187cba23f4 (patch)
tree57ec20cc7ef2edefaaf47605833b2d0732e6e946 /src/include/common.h
parentecb6fc3d02b992c0a5a6e5d2601d74e92e5764bb (diff)
downloadmetacity-2898b29bdc4e9f66e7cba0e24905d0187cba23f4.tar.gz
window: change calc-showing and update-icon priority
Prioritize these idles above redraws.
Diffstat (limited to 'src/include/common.h')
-rw-r--r--src/include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/common.h b/src/include/common.h
index 1ccc3f7e..711108a7 100644
--- a/src/include/common.h
+++ b/src/include/common.h
@@ -205,6 +205,7 @@ typedef enum
/* #define GTK_PRIORITY_RESIZE (G_PRIORITY_HIGH_IDLE + 10) */
#define META_PRIORITY_RESIZE (G_PRIORITY_HIGH_IDLE + 15)
/* #define GDK_PRIORITY_REDRAW (G_PRIORITY_HIGH_IDLE + 20) */
+#define META_PRIORITY_BEFORE_REDRAW (G_PRIORITY_HIGH_IDLE + 30)
#define META_PRIORITY_REDRAW (G_PRIORITY_HIGH_IDLE + 40)
#define META_PRIORITY_PREFS_NOTIFY (G_PRIORITY_DEFAULT_IDLE + 10)