mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 09:00:42 -05:00
display: Add XInput2 variables in private struct
This commit is contained in:
parent
684d40d1a1
commit
7573aae855
@ -289,6 +289,12 @@ struct _MetaDisplay
|
|||||||
int shape_event_base;
|
int shape_event_base;
|
||||||
int shape_error_base;
|
int shape_error_base;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_XINPUT2
|
||||||
|
int xinput2_opcode;
|
||||||
|
unsigned int have_xinput2 : 1;
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_XSYNC
|
#ifdef HAVE_XSYNC
|
||||||
unsigned int have_xsync : 1;
|
unsigned int have_xsync : 1;
|
||||||
#define META_DISPLAY_HAS_XSYNC(display) ((display)->have_xsync)
|
#define META_DISPLAY_HAS_XSYNC(display) ((display)->have_xsync)
|
||||||
|
Loading…
Reference in New Issue
Block a user