Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1201 - (show annotations) (download)
Mon Nov 22 23:25:59 2010 UTC (13 years, 6 months ago) by niro
File size: 434 byte(s)
-patches for 1.0.1 against xorg-server-1.7
1 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 /*