diff options
Diffstat (limited to 'x11vnc/options.h')
-rw-r--r-- | x11vnc/options.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11vnc/options.h b/x11vnc/options.h index 0168228..6cd9f70 100644 --- a/x11vnc/options.h +++ b/x11vnc/options.h @@ -112,6 +112,7 @@ extern int macosx_mouse_wheel_speed; extern int macosx_console; extern int macosx_swap23; extern int macosx_resize; +extern int macosx_icon_anim_time; extern unsigned long subwin; extern int subwin_wait_mapped; @@ -157,6 +158,9 @@ extern int wireframe_in_progress; extern int ncache; extern int ncache0; +extern int ncache_copyrect; +extern int ncache_pad; +extern int macosx_ncache_macmenu; extern char *scroll_copyrect_str; extern char *scroll_copyrect; |