mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 14:10:06 +01:00
present: Disable when Xinerama is active
Among much else Present depends on RANDR types, and RANDR isn't properly Xinerama-aware yet anyway. Reviewed-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
ac772cb187
commit
2bf9210829
1 changed files with 5 additions and 0 deletions
|
|
@ -206,6 +206,11 @@ present_extension_init(void)
|
|||
ExtensionEntry *extension;
|
||||
int i;
|
||||
|
||||
#ifdef PANORAMIX
|
||||
if (!noPanoramiXExtension)
|
||||
return;
|
||||
#endif
|
||||
|
||||
extension = AddExtension(PRESENT_NAME, PresentNumberEvents, PresentNumberErrors,
|
||||
proc_present_dispatch, sproc_present_dispatch,
|
||||
NULL, StandardMinorOpcode);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue