mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
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:
@@ -608,7 +608,8 @@ int DeliverEventsToWindow(DeviceIntPtr pDev, WindowPtr pWindow, xEventPtr pEvent
|
||||
/*
|
||||
* @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
|
||||
|
||||
Reference in New Issue
Block a user