From: Niraj T. <nt...@gm...> - 2006-02-22 04:25:37
|
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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 !=3D -1); +#if defined(HAVE_VNC_EXT) vncspuSendVncStartUpMsg(vnc_spu.server_port); +#endif } } -- http://www.cs.cmu.edu/~ntolia |