Magellan Linux

Annotation of /trunk/vnc/patches/vnc-select.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 417 byte(s)
-import

1 niro 153 --- vnc-4_1_1-unixsrc/unix/x0vncserver/x0vncserver.cxx.select 2005-12-05 10:02:30.000000000 +0000
2     +++ vnc-4_1_1-unixsrc/unix/x0vncserver/x0vncserver.cxx 2005-12-05 10:02:32.000000000 +0000
3     @@ -302,6 +302,7 @@
4     fd_set rfds;
5     std::list<Socket*> sockets;
6     std::list<Socket*>::iterator i;
7     + tv.tv_usec = tv.tv_sec = 0;
8    
9     // Process any incoming X events
10     TXWindow::handleXEvents(dpy);