summaryrefslogtreecommitdiff
path: root/src/core/display-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/display-private.h')
-rw-r--r--src/core/display-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/display-private.h b/src/core/display-private.h
index 805bd429..8e8a319c 100644
--- a/src/core/display-private.h
+++ b/src/core/display-private.h
@@ -276,6 +276,8 @@ struct _MetaDisplay
#define META_DISPLAY_HAS_DAMAGE(display) ((display)->have_damage)
unsigned int have_xfixes : 1;
#define META_DISPLAY_HAS_XFIXES(display) ((display)->have_xfixes)
+ unsigned int have_xres : 1;
+#define META_DISPLAY_HAS_XRES(display) ((display)->have_xres)
};
/* Xserver time can wraparound, thus comparing two timestamps needs to take