Magellan Linux

Annotation of /trunk/tigervnc/patches/tigervnc-1.0.1-r3885.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1201 - (hide annotations) (download)
Mon Nov 22 23:25:59 2010 UTC (13 years, 7 months ago) by niro
File size: 434 byte(s)
-patches for 1.0.1 against xorg-server-1.7
1 niro 1201 Index: unix/xserver/hw/vnc/XserverDesktop.cc
2     ===================================================================
3     --- unix/xserver/hw/vnc/XserverDesktop.cc (revision 3884)
4     +++ unix/xserver/hw/vnc/XserverDesktop.cc (revision 3885)
5     @@ -203,6 +203,8 @@
6     eventq = (xEvent *) xcalloc(sizeof(xEvent), GetMaximumEventsNum());
7     if (!eventq)
8     FatalError("Couldn't allocate eventq\n");
9     +#else
10     + GetEventList(&eventq);
11     #endif
12    
13     /*