compinit.c | 3 +++ 1 files changed, 3 insertions(+) Index: compinit.c =================================================================== RCS file: /cvs/xorg/xc/programs/Xserver/composite/compinit.c,v retrieving revision 1.9 diff -u -d -p -r1.9 compinit.c --- compinit.c 3 Jul 2005 07:37:34 -0000 1.9 +++ compinit.c 17 Oct 2005 22:07:53 -0000 @@ -307,6 +307,9 @@ compScreenInit (ScreenPtr pScreen) { CompScreenPtr cs; + if (!GetPictureScreenIfSet(pScreen)) + return FALSE; + if (CompGeneration != serverGeneration) { CompScreenPrivateIndex = AllocateScreenPrivateIndex ();