mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-31 20:40:15 +01:00
Just a couple of small uninitialized pointer fixes
(cherry picked from commit d12b650362)
This commit is contained in:
parent
aed01c4a8b
commit
c8161d482a
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