Data Fields | |
struct theme * | theme |
int | screen_width |
int | screen_height |
int * | y_scale_display |
int * | y_roff_display |
int * | y_loff_display |
int * | x_scale_display |
int * | x_roff_display |
int * | x_loff_display |
int | display_scaled_width |
int | display_scaled_height |
int | client_count |
struct timeval | key_repeat_delay |
int | mouse_control |
int | display_refresh |
int | cover_refresh |
struct theme* screen_data::theme [read] |
Theme data.
Width of VNC screen.
Height of VNC screen.
Y scaling vector (display).
Y scaling vector offsets from the right.
Y scaling vector offsets from the left.
X scaling vector (display).
X scaling vector offsets from the right.
X scaling vector offsets from the left.
Scaled width of display.
Scaled height of display.
Number of VNC clients.
struct timeval screen_data::key_repeat_delay [read] |
Minimum time between 'key presses'.
Flag for mouse control within display area.
Screen refresh flag.
Cover refresh flag.