mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
rename old symbol PANORAMIX to XINERAMA
PANORAMIX was the original working title of the extension, before it became official standard. Just nobody cared about fixing the symbols to the official naming. For backwards compatibility with drivers, the old PANORAMIX symbol will still be set. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1258>
This commit is contained in:
committed by
Marge Bot
parent
a0326994cc
commit
fb696a7d7b
@@ -85,10 +85,10 @@ dri3_extension_init(void)
|
||||
if (dri3_screen_generation != serverGeneration)
|
||||
return;
|
||||
|
||||
#ifdef PANORAMIX
|
||||
#ifdef XINERAMA
|
||||
if (!noPanoramiXExtension)
|
||||
return;
|
||||
#endif
|
||||
#endif /* XINERAMA */
|
||||
|
||||
extension = AddExtension(DRI3_NAME, DRI3NumberEvents, DRI3NumberErrors,
|
||||
proc_dri3_dispatch, sproc_dri3_dispatch,
|
||||
|
||||
Reference in New Issue
Block a user