mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 21:10:05 +01:00
Just a couple of small uninitialized pointer fixes
This commit is contained in:
parent
54654815fa
commit
d12b650362
1 changed files with 2 additions and 0 deletions
|
|
@ -725,6 +725,8 @@ Bool RootlessInit(ScreenPtr pScreen, RootlessFrameProcsPtr procs)
|
|||
pScreen->devPrivates[rootlessScreenPrivateIndex].ptr;
|
||||
|
||||
s->imp = procs;
|
||||
s->colormap = NULL;
|
||||
s->redisplay_expired = FALSE;
|
||||
|
||||
RootlessWrap(pScreen);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue