Files
xserver/dix
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
..
2020-07-05 13:07:33 -07:00
2025-11-11 10:46:29 +01:00
2025-02-11 19:13:01 +01:00
2025-11-11 10:46:29 +01:00
2026-01-31 16:20:28 +01:00
2025-12-19 12:01:03 +01:00
2025-07-18 22:24:55 +02:00
2025-11-20 19:22:35 +01:00
2025-12-19 11:58:53 +01:00
2024-03-05 16:57:52 +01:00
2025-11-25 18:26:02 +01:00
2026-01-31 16:20:28 +01:00
2026-01-31 16:16:19 +01:00
2026-01-31 16:20:28 +01:00