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 aed01c4a8b
commit c8161d482a

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