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


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

Re: miSprite Solution (?) Re: [ANNOUNCEMENT] Overlay and No DirectInput Test 4


Great!   I would have sent them as diffs, but for some reason my diffs seem to
come out weird.  I change 1 line and I get 400 line changes.  BTW, do you want
diffs ala cygwin:

diff -up foo.c-orig foo.cc > foo.c-patch 2>&1

John




Suhaib Siddiqi wrote:

> John,
> Thanks.  I will forward it to XFree86.org for inclusion into CVS.
>
> Sorry, you mail came on Monday morning.  We had new telephone system
> installed.
> GTE technicians decided to turned off our Internet router on Friday evening.
> I assume they were dreaming or affraid that TCP/IP packets will sneak into
> their telephone systems <grin>... Our Internet connection was down for
> entire
> weekend.
>
> Suhaib
>
> > -----Original Message-----
> > From: John Fortin [mailto:fortinj@attglobal.net]
> > Sent: Saturday, November 11, 2000 12:55 PM
> > To: Suhaib Siddiqi; Harold Hunt
> > Subject: Re: miSprite Solution (?) Re: [ANNOUNCEMENT] Overlay and No
> > DirectInput Test 4
> >
> >
> > Attached are updated files to fix the Sprite problem.
> >
> > Imakefile: Added -I../../render to find picturestr.h
> >
> > InitOutput.c:
> > added #include "picturestr.h"
> > added
> >          PictFormatPtr         formats = NULL;
> >          int                   nformats = 0;
> > to winScreenInit.
> >
> > added call to :
> >           miPictureInit(pScreen, formats, nformats);
> > in winScreenInit.  This is equivalent to fbPictureInit.
> >
> > Regards,
> > John
> >
> >
> > >
> > > I will check tonight.  The source tree is at my home PC.
> > However, I would
> > > prefer
> > > one of the two following solutions:
> > >
> > > 1) add fbPictureInit (or equivalent) in the xwin
> > >
> > > 2) or for a quick and dirty fix change the following
> > >
> > > #ifdef RENDER
> > >         PictureScreenPtr    ps = GetPictureScreen(pScreen);
> > >     #endif
> > >
> > > to
> > >
> > > #if defined(RENDER) && !defined (__CYGWIN__)
> > >         PictureScreenPtr    ps = GetPictureScreen(pScreen);
> > >     #endif
> > >
> > > Suhaib
> >


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