diff options
| author | runge <runge> | 2008-10-19 16:16:41 +0000 |
|---|---|---|
| committer | runge <runge> | 2008-10-19 16:16:41 +0000 |
| commit | 1c03dd4d51a35103e93c3adaf1f619c868324c77 (patch) | |
| tree | acbd2c41501e1c491023ab36717febdab32aff03 /x11vnc/x11vnc.h | |
| parent | 16c7ea1b357ab518ee5a40f2a663843f064479a9 (diff) | |
| download | libtdevnc-1c03dd4d51a35103e93c3adaf1f619c868324c77.tar.gz libtdevnc-1c03dd4d51a35103e93c3adaf1f619c868324c77.zip | |
x11vnc: -chatwindow, -scale WxH, -enc changes.
Diffstat (limited to 'x11vnc/x11vnc.h')
| -rw-r--r-- | x11vnc/x11vnc.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11vnc/x11vnc.h b/x11vnc/x11vnc.h index 3440755..98235c7 100644 --- a/x11vnc/x11vnc.h +++ b/x11vnc/x11vnc.h @@ -423,7 +423,8 @@ extern int raw_fb_bytes_per_line; /* of actual raw region we poll, not our raw_f /* scaling parameters */ extern char *scale_str; -extern double scale_fac; +extern double scale_fac_x; +extern double scale_fac_y; extern int scaling; extern int scaling_blend; /* for no blending option (very course) */ extern int scaling_nomult4; /* do not require width = n * 4 */ @@ -438,7 +439,8 @@ extern int rotating_cursors; /* scale cursor */ extern char *scale_cursor_str; -extern double scale_cursor_fac; +extern double scale_cursor_fac_x; +extern double scale_cursor_fac_y; extern int scaling_cursor; extern int scaling_cursor_blend; extern int scaling_cursor_interpolate; |
