geext: export GERegisterExtension for nvidia

Signed-off-by: dasha_uwu <dasha@linuxping.win>
This commit is contained in:
dasha_uwu 2025-06-13 04:49:56 +05:00 committed by Enrico Weigelt
parent 1fe4d2d4ca
commit e73bb5d01b

View File

@ -14,6 +14,7 @@ typedef void (*XorgGESwapProcPtr) (xGenericEvent *from, xGenericEvent *to);
* @param extension base opcode * @param extension base opcode
* @param event swap handler function * @param event swap handler function
*/ */
_X_EXPORT /* just for Nvidia legacy */
void GERegisterExtension(int extension, XorgGESwapProcPtr swap_handler); void GERegisterExtension(int extension, XorgGESwapProcPtr swap_handler);
#endif /* _XORG_GEEXT_PRIV_H */ #endif /* _XORG_GEEXT_PRIV_H */