diff options
Diffstat (limited to 'xd_view.c')
-rw-r--r-- | xd_view.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -134,7 +134,7 @@ static void open_tty(gint id, char *name, char *tty) static void open_vnc(gint id, char *hostname, gint tcpport) { -#ifdef HAVE_VNCCLIENT +#ifdef HAVE_GTK_VNC if (1) { vnc_open(hostname, tcpport, VNC_FLAG_US_KBD, 0); return; |