mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-07 21:31:53 +00:00
__glXDRIleaveServer() and _enterServer() used to call DRIDoBlockHandler (resp DRIDoWakeupHandler) directly. They are now calling DRIBlockHandler (resp DRIWakeupHandler) to account for driver specific block/wakeup hooks.