diff options
| author | runge <runge> | 2006-08-10 21:51:23 +0000 |
|---|---|---|
| committer | runge <runge> | 2006-08-10 21:51:23 +0000 |
| commit | 816d7e06ad813ba24b0f68d67c53d35b66cc86d8 (patch) | |
| tree | e4520d064587db1a477fbf463c4372ae8b51e239 /x11vnc/x11vnc.h | |
| parent | 0bc50a9da9c63e6ab86c219ce88c3e92eafb9eb5 (diff) | |
| download | libtdevnc-816d7e06.tar.gz libtdevnc-816d7e06.zip | |
x11vnc: first pass at touchscreens via uinput.
Diffstat (limited to 'x11vnc/x11vnc.h')
| -rw-r--r-- | x11vnc/x11vnc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/x11vnc.h b/x11vnc/x11vnc.h index de10880..fb2c6d1 100644 --- a/x11vnc/x11vnc.h +++ b/x11vnc/x11vnc.h @@ -345,6 +345,7 @@ extern Visual *default_visual; /* the default visual (unless -visual) */ extern int bpp, depth; extern int indexed_color; extern int dpy_x, dpy_y; /* size of display */ +extern int fb_x, fb_y, fb_b; /* fb size and bpp guesses at display */ extern int off_x, off_y; /* offsets for -sid */ extern int wdpy_x, wdpy_y; /* for actual sizes in case of -clip */ extern int cdpy_x, cdpy_y, coff_x, coff_y; /* the -clip params */ |
