mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
xv: move noXvExtension to xvmain.c
It's more appropriate having those kind of flags in the corresponding extension. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1512>
This commit is contained in:
committed by
Marge Bot
parent
dec57e5796
commit
8e32cec204
@@ -108,6 +108,8 @@ SOFTWARE.
|
||||
|
||||
static DevPrivateKeyRec XvScreenKeyRec;
|
||||
|
||||
Bool noXvExtension = FALSE;
|
||||
|
||||
#define XvScreenKey (&XvScreenKeyRec)
|
||||
unsigned long XvExtensionGeneration = 0;
|
||||
unsigned long XvScreenGeneration = 0;
|
||||
|
||||
@@ -173,9 +173,6 @@ Bool noXFixesExtension = FALSE;
|
||||
/* Xinerama is disabled by default unless enabled via +xinerama */
|
||||
Bool noPanoramiXExtension = TRUE;
|
||||
#endif
|
||||
#ifdef XV
|
||||
Bool noXvExtension = FALSE;
|
||||
#endif
|
||||
#ifdef DRI2
|
||||
Bool noDRI2Extension = FALSE;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user