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:
parent
92126ff496
commit
f98bee5e2e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue