Files
xserver/dix/lookup.c
Enrico Weigelt, metux IT consult 7b3671cd14 dix: lookup function for WindowPtr by XID
This new lookup function retrieves a pointer to WindowRec structure by
associated XID. Unlike dixLookupWindow(), this one works globally, instead
of just on one specific client, and it doesn't do any XACE calls.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2026-01-30 10:02:38 +01:00

1.5 KiB