From 91174efbb8e2fb09520477af6593f99b865777b0 Mon Sep 17 00:00:00 2001 From: runge Date: Sun, 4 Jan 2009 04:56:53 +0000 Subject: x11vnc: fix compiler warnings. --- x11vnc/screen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11vnc/screen.c') diff --git a/x11vnc/screen.c b/x11vnc/screen.c index 2d7ed73..a65230d 100644 --- a/x11vnc/screen.c +++ b/x11vnc/screen.c @@ -27,6 +27,8 @@ #include "solid.h" #include "inet.h" #include "xrandr.h" +#include "xrecord.h" +#include "pm.h" #include @@ -55,8 +57,6 @@ rfbBool vnc_reflect_send_pointer(int x, int y, int mask); rfbBool vnc_reflect_send_key(uint32_t key, rfbBool down); rfbBool vnc_reflect_send_cuttext(char *str, int len); -void watch_loop(void); - static void debug_colormap(XImage *fb); static void set_visual(char *str); static void nofb_hook(rfbClientPtr cl); -- cgit v1.2.3