mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-06 19:00:12 +01:00
dri3: Disable when Xinerama is active
Pretty sure this can't work. Reviewed-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
793fd5eefb
commit
66310ea289
1 changed files with 5 additions and 0 deletions
|
|
@ -68,6 +68,11 @@ dri3_extension_init(void)
|
|||
ExtensionEntry *extension;
|
||||
int i;
|
||||
|
||||
#ifdef PANORAMIX
|
||||
if (!noPanoramiXExtension)
|
||||
return;
|
||||
#endif
|
||||
|
||||
extension = AddExtension(DRI3_NAME, DRI3NumberEvents, DRI3NumberErrors,
|
||||
proc_dri3_dispatch, sproc_dri3_dispatch,
|
||||
NULL, StandardMinorOpcode);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue