diff options
author | runge <runge> | 2006-06-03 20:49:09 +0000 |
---|---|---|
committer | runge <runge> | 2006-06-03 20:49:09 +0000 |
commit | 203eee7cfdb70556125f959d3b548fbd1213d8d2 (patch) | |
tree | d1da7e1014d58f2e7c44bda9b23652b4286a8887 /x11vnc/x11vnc.h | |
parent | 8417618289bd95663789bb67d841800f166c57a0 (diff) | |
download | libtdevnc-203eee7cfdb70556125f959d3b548fbd1213d8d2.tar.gz libtdevnc-203eee7cfdb70556125f959d3b548fbd1213d8d2.zip |
x11vnc: -capslock -skip_lockkeys; Alt keys under -rawfb cons.
Diffstat (limited to 'x11vnc/x11vnc.h')
-rw-r--r-- | x11vnc/x11vnc.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11vnc/x11vnc.h b/x11vnc/x11vnc.h index e017857..c5ff32a 100644 --- a/x11vnc/x11vnc.h +++ b/x11vnc/x11vnc.h @@ -114,6 +114,8 @@ #define PASSWD_UNLESS_NOPW 0 #endif +#define REL81 + /* * Beginning of support for small binary footprint build for embedded * systems, PDA's etc. It currently just cuts out the low-hanging @@ -234,7 +236,6 @@ extern int h_errno; #include <arpa/inet.h> #endif -/* XXX autoconf */ #if LIBVNCSERVER_HAVE_PWD_H #include <pwd.h> #endif @@ -334,8 +335,7 @@ extern int num_buttons; /* image structures */ extern XImage *scanline; extern XImage *fullscreen; -extern XImage **tile_row; /* for all possible row runs */ -extern XImage *fb0; +extern XImage **tile_row; /* for all possible row runs */ extern XImage *snaprect; /* for XShmGetImage (fs_factor) */ extern XImage *snap; /* the full snap fb */ extern XImage *raw_fb_image; /* the raw fb */ @@ -373,6 +373,7 @@ extern int raw_fb_shm; extern int raw_fb_mmap; extern int raw_fb_seek; extern int raw_fb_fd; +extern int raw_fb_back_to_X; extern int rfb_bytes_per_line; extern int main_bytes_per_line; |