Files
xserver/os
Enrico Weigelt, metux IT consult 8a87b70287 dix: add dixAnyOtherGrabbed() and unexport GrabInProgress
* the `GrabInProgress` field isn't used by any known drivers, thus
  no need to export it
* the only in-tree consumer outside of it's source file is Xext/saver.c,
  which actually just wants to know whether any *other* client already
  grabbed the server - asking the OS layer isn't the right source
  (should ask dix/dispatch.c instead)

Therefore adding a simple function for that check into dispatch.c (where
grab/ungrab is actually controlled), so we can easily make this internal
field static again.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2026-02-02 18:14:53 +01:00
..
2025-09-29 10:53:15 +02:00
2025-09-22 12:00:14 +02:00
2024-10-10 13:38:31 +00:00
2025-07-18 22:24:55 +02:00
2025-06-12 17:21:44 +02:00
2024-10-10 13:38:31 +00:00
2024-10-10 13:38:31 +00:00
2025-06-12 17:21:44 +02:00
2024-10-10 13:38:31 +00:00
2024-10-10 13:38:31 +00:00
2025-06-12 16:49:45 +02:00
2025-12-13 15:59:07 +01:00
2025-12-13 15:59:07 +01:00
2026-01-07 10:56:57 +01:00
2025-12-13 15:59:07 +01:00