Just a couple of small uninitialized pointer fixes

(cherry picked from commit d12b650362)
This commit is contained in:
Ben Byer 2007-12-07 21:55:42 -08:00 committed by Jeremy Huddleston
parent 0ad1c359c5
commit 1157cfcc5a
1 changed files with 2 additions and 0 deletions

View File

@ -722,6 +722,8 @@ Bool RootlessInit(ScreenPtr pScreen, RootlessFrameProcsPtr procs)
pScreen->devPrivates[rootlessScreenPrivateIndex].ptr;
s->imp = procs;
s->colormap = NULL;
s->redisplay_expired = FALSE;
RootlessWrap(pScreen);