dix: add RootWindowFinalizeCallback() to symbol table for legacy Nvidia.

Nvidia has a strange habit of messing with really internal stuff,
so need to add it to the executable's symbol table.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-06-05 17:49:21 +02:00
parent 92126ff496
commit f98bee5e2e

View File

@ -608,7 +608,8 @@ int DeliverEventsToWindow(DeviceIntPtr pDev, WindowPtr pWindow, xEventPtr pEvent
/* /*
* @brief callback when root window has is finalized * @brief callback when root window has is finalized
*/ */
extern CallbackListPtr RootWindowFinalizeCallback; /* only exported temporariy for Nvidia legacy */
extern _X_EXPORT CallbackListPtr RootWindowFinalizeCallback;
/* /*
* @brief do post actions necessary when window got a new cursor * @brief do post actions necessary when window got a new cursor