This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: winlayer.c fails to build


On Tue, 31 Jul 2001, Alexander Gottwald wrote:

> On Mon, 30 Jul 2001, Harold Hunt wrote:
> 
> > Alexander,
> > 
> > > - let LayerStartInit initialize the fb screen.
> > >     server start - close cycle worked for engine 1,2 and 4.
> > >     Engine 8 failed with winAllocateFBPrimaryDD-Could not lock
> > > primary surface
> > >     But it also does with the fb layer initialization commented out
> > 
> > That method sounds perfect.  Engine 8 has been unsupported and broken for
> > some time.  Can you send me a patch to submit?
>  
> Attached.
> 
Oops, catched the wrong file.

-- 
Alexander.Gottwald@s1999.tu-chemnitz.de
http://www.gotti.org
phone: +49 3725 3498080     mobile: +49 172 7854017
--- layerinit.old	Tue Jul 31 18:22:16 2001
+++ layerinit.c	Tue Jul 31 18:22:28 2001
@@ -66,7 +66,6 @@
     pScrPriv->kinds = 0;
     pScrPriv->pLayers = 0;
     pScreen->devPrivates[layerScrPrivateIndex].ptr = (pointer) pScrPriv;
-#if !defined(__CYGWIN__)
     /*
      * Add fb kind -- always 0
      */
@@ -76,7 +75,6 @@
 	xfree (pScrPriv);
 	return FALSE;
     }
-#endif
 
     /*
      * Add shadow kind -- always 1

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]