mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
mpx: Infrastructure for MPX extension, GetExtensionVersion request works.
This commit is contained in:
parent
bdf718907b
commit
afd6af6551
12 changed files with 475 additions and 8 deletions
|
|
@ -63,6 +63,10 @@ extern Bool noCompositeExtension;
|
|||
extern Bool noDamageExtension;
|
||||
#endif
|
||||
|
||||
#ifdef MPX
|
||||
extern Bool noMPXExtension;
|
||||
#endif
|
||||
|
||||
#ifdef DBE
|
||||
extern Bool noDbeExtension;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue