mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 06:19:26 +00:00
In contrast to the already existing ScreenClose hook, this one is called *after* the driver's CloseScreen() proc. That's required for some extensions (eg. damage) where drivers still need to call in inside of their CloseScreen procs. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>