mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
dix: add dixAllocServerXID()
Adding a separate function for allocating server-client's XIDs. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -323,7 +323,7 @@ compScreenInit(ScreenPtr pScreen)
|
||||
if (!cs)
|
||||
return FALSE;
|
||||
|
||||
cs->overlayWid = FakeClientID(0);
|
||||
cs->overlayWid = dixAllocServerXID();
|
||||
cs->pOverlayWin = NULL;
|
||||
cs->pOverlayClients = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user