mirror of
https://github.com/brl/mutter.git
synced 2025-01-22 09:29:25 +00:00
display: Add XInput2 variables in private struct
This commit is contained in:
parent
7d587770f3
commit
8b3ef16460
@ -295,6 +295,12 @@ struct _MetaDisplay
|
||||
int shape_event_base;
|
||||
int shape_error_base;
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_XINPUT2
|
||||
int xinput2_opcode;
|
||||
unsigned int have_xinput2 : 1;
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_XSYNC
|
||||
unsigned int have_xsync : 1;
|
||||
#define META_DISPLAY_HAS_XSYNC(display) ((display)->have_xsync)
|
||||
|
Loading…
x
Reference in New Issue
Block a user