Create a default colormap
This commit is contained in:
parent
021a5cd170
commit
c5026577cb
|
@ -514,6 +514,7 @@ xeglScreenInit (int index,
|
||||||
softCursor = TRUE;
|
softCursor = TRUE;
|
||||||
#endif
|
#endif
|
||||||
miDCInitialize (pScreen, &xeglPointerScreenFuncs);
|
miDCInitialize (pScreen, &xeglPointerScreenFuncs);
|
||||||
|
miCreateDefColormap (pScreen);
|
||||||
|
|
||||||
// miPointerInitialize(pScreen, &eglPointerSpriteFuncs,
|
// miPointerInitialize(pScreen, &eglPointerSpriteFuncs,
|
||||||
// &kdPointerScreenFuncs, FALSE);
|
// &kdPointerScreenFuncs, FALSE);
|
||||||
|
|
Loading…
Reference in New Issue