Files
xserver/os
Enrico Weigelt, metux IT consult 8c872eda63 dix: dixutils: make workQueue pointer dix-private
The workQueue pointer is currently declared extern, so that WaitForSomething()
can check wether we've got something in the queue and call ProcessWorkQueue()
then.

But that's trivial to simplify: just let ProcessWorkQueue() return early if
workQueue == NULL. Gives us a better isolation of internal stuff as well as
ProcessWorkQueue() protecting itself from possible segfault.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1310>
(cherry picked from commit af9f70013a)
2026-01-19 12:32:18 -08:00
..
2023-08-16 19:56:50 +00:00
2017-02-23 09:20:48 +10:00
2026-01-19 12:32:17 -08:00
2026-01-19 12:32:18 -08:00
2016-07-21 15:04:47 -04:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2020-05-27 07:15:07 +00:00
2013-10-31 16:58:12 -07:00