Just a couple of small uninitialized pointer fixes

This commit is contained in:
Ben Byer 2007-12-07 21:55:42 -08:00
parent 54654815fa
commit d12b650362
1 changed files with 2 additions and 0 deletions

View File

@ -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);