diff options
author | runge <runge> | 2007-07-05 02:03:33 +0000 |
---|---|---|
committer | runge <runge> | 2007-07-05 02:03:33 +0000 |
commit | c4c92d3a36c99ccf4bfe9e97cff41b96f147ab6d (patch) | |
tree | 9cb68d30e54690ed8cdbb4ae236025f680dbb0a9 /x11vnc/help.c | |
parent | b2c291feea10854089aadd6c35a103d262b8a817 (diff) | |
download | libtdevnc-c4c92d3a36c99ccf4bfe9e97cff41b96f147ab6d.tar.gz libtdevnc-c4c92d3a36c99ccf4bfe9e97cff41b96f147ab6d.zip |
x11vnc: -debug_ncache, fix big fonts in tkx11vnc.
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r-- | x11vnc/help.c | 40 |
1 files changed, 22 insertions, 18 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c index 3aa8147..cdcf884 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -2331,6 +2331,7 @@ void print_help(int mode) { " (e.g. MacOS X window manager), although it could make\n" " things worse. The default is 0 on Unix and 24 on\n" " MacOS X.\n" +"-debug_ncache Turn on debugging and profiling output under -ncache.\n" "\n" #endif "-wireframe [str] Try to detect window moves or resizes when a mouse\n" @@ -3792,6 +3793,8 @@ void print_help(int mode) { " nodebug_grabs disable -debug_grabs\n" " debug_sel enable -debug_sel\n" " nodebug_sel disable -debug_sel\n" +" debug_ncache enable -debug_ncache\n" +" nodebug_ncache disable -debug_ncache\n" " dbg enable -dbg crash shell\n" " nodbg disable -dbg crash shell\n" "\n" @@ -3845,24 +3848,25 @@ void print_help(int mode) { " nomodtweak xkb noxkb capslock nocapslock skip_lockkeys\n" " noskip_lockkeys skip_keycodes sloppy_keys nosloppy_keys\n" " skip_dups noskip_dups add_keysyms noadd_keysyms\n" -" clear_mods noclear_mods clear_keys noclear_keys remap\n" -" repeat norepeat fb nofb bell nobell sel nosel primary\n" -" noprimary setprimary nosetprimary clipboard noclipboard\n" -" setclipboard nosetclipboard seldir cursorshape\n" -" nocursorshape cursorpos nocursorpos cursor_drag\n" -" nocursor_drag cursor show_cursor noshow_cursor nocursor\n" -" arrow xfixes noxfixes xdamage noxdamage xd_area xd_mem\n" -" alphacut alphafrac alpharemove noalpharemove alphablend\n" -" noalphablend xwarppointer xwarp noxwarppointer\n" -" noxwarp buttonmap dragging nodragging ncache_cr\n" -" noncache_cr ncache_no_moveraise noncache_no_moveraise\n" -" ncache_no_dtchange noncache_no_dtchange\n" -" ncache_no_rootpixmap noncache_no_rootpixmap\n" -" ncache_reset_rootpixmap ncache_keep_anims\n" -" noncache_keep_anims ncache_old_wm noncache_old_wm\n" -" ncache noncache ncache_size wireframe_mode wireframe wf\n" -" nowireframe nowf wireframelocal wfl nowireframelocal\n" -" nowfl wirecopyrect wcr nowirecopyrect nowcr scr_area\n" +" clear_mods noclear_mods clear_keys noclear_keys\n" +" remap repeat norepeat fb nofb bell nobell sel nosel\n" +" primary noprimary setprimary nosetprimary clipboard\n" +" noclipboard setclipboard nosetclipboard seldir\n" +" cursorshape nocursorshape cursorpos nocursorpos\n" +" cursor_drag nocursor_drag cursor show_cursor\n" +" noshow_cursor nocursor arrow xfixes noxfixes xdamage\n" +" noxdamage xd_area xd_mem alphacut alphafrac alpharemove\n" +" noalpharemove alphablend noalphablend xwarppointer\n" +" xwarp noxwarppointer noxwarp buttonmap dragging\n" +" nodragging ncache_cr noncache_cr ncache_no_moveraise\n" +" noncache_no_moveraise ncache_no_dtchange\n" +" noncache_no_dtchange ncache_no_rootpixmap\n" +" noncache_no_rootpixmap ncache_reset_rootpixmap\n" +" ncache_keep_anims noncache_keep_anims ncache_old_wm\n" +" noncache_old_wm ncache noncache ncache_size debug_ncache\n" +" nodebug_ncache wireframe_mode wireframe wf nowireframe\n" +" nowf wireframelocal wfl nowireframelocal nowfl\n" +" wirecopyrect wcr nowirecopyrect nowcr scr_area\n" " scr_skip scr_inc scr_keys scr_term scr_keyrepeat\n" " scr_parms scrollcopyrect scr noscrollcopyrect\n" " noscr fixscreen noxrecord xrecord reset_record\n" |