diff options
author | runge <runge> | 2009-01-04 04:56:53 +0000 |
---|---|---|
committer | runge <runge> | 2009-01-04 04:56:53 +0000 |
commit | 91174efbb8e2fb09520477af6593f99b865777b0 (patch) | |
tree | 796e0213305556909052c8ea203c048eab732353 /x11vnc/screen.c | |
parent | 4fdb4cc67f1563156593e5b3deca80acf35f39ed (diff) | |
download | libtdevnc-91174efbb8e2fb09520477af6593f99b865777b0.tar.gz libtdevnc-91174efbb8e2fb09520477af6593f99b865777b0.zip |
x11vnc: fix compiler warnings.
Diffstat (limited to 'x11vnc/screen.c')
-rw-r--r-- | x11vnc/screen.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <rfb/rfbclient.h> @@ -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); |