[PATCH] vncspu.c

"Niraj Tolia" <[email protected]> Tue, 21 Feb 2006 23:25:21 -0500
Newsgroups gmane.comp.graphics.chromium.devel
Message-ID <[email protected]>
I believe the following test is needed based on the #ifdefs found in the
rest of the code. Diff against CVS.

Niraj

Index: vncspu.c
===================================================================
RCS file: /cvsroot/chromium/cr/spu/vnc/vncspu.c,v
retrieving revision 1.20
diff -u -r1.20 vncspu.c
--- vncspu.c    1 Feb 2006 21:53:31 -0000       1.20
+++ vncspu.c    22 Feb 2006 04:22:48 -0000
@@ -144,7 +144,9 @@
                 * connect the VNC server thread which we just started.
                 */
                CRASSERT(vnc_spu.server_port != -1);
+#if defined(HAVE_VNC_EXT)
                vncspuSendVncStartUpMsg(vnc_spu.server_port);
+#endif
        }
 }



--
http://www.cs.cmu.edu/~ntolia