diff options
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 */ |