diff options
author | runge <runge> | 2006-10-12 00:51:30 +0000 |
---|---|---|
committer | runge <runge> | 2006-10-12 00:51:30 +0000 |
commit | a5baf57ba627ca8e85b1156a0ea09ca376d0b8e4 (patch) | |
tree | f95d5e59aa0a930b4e317b6dddac509a48752c23 /x11vnc/help.c | |
parent | a255783ee09b15e1cae63a44b6494eeeebd540a9 (diff) | |
download | libtdevnc-a5baf57ba627ca8e85b1156a0ea09ca376d0b8e4.tar.gz libtdevnc-a5baf57ba627ca8e85b1156a0ea09ca376d0b8e4.zip |
x11vnc: -cursor_drag for DnD, etc.
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r-- | x11vnc/help.c | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c index e751aeb..21f6f12 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -1879,6 +1879,10 @@ void print_help(int mode) { " extensions available. On Solaris and IRIX if XFIXES\n" " is not available, -overlay mode will be attempted.\n" "\n" +"-cursor_drag Show cursor shape changes even when the mouse is being\n" +" dragged with a mouse button down. This is useful if you\n" +" want to be able to see Drag-and-Drop cursor icons, etc.\n" +"\n" "-arrow n Choose an alternate \"arrow\" cursor from a set of\n" " some common ones. n can be 1 to %d. Default is: %d\n" " Ignored when in XFIXES cursor-grabbing mode.\n" @@ -3133,6 +3137,8 @@ void print_help(int mode) { " show_cursor enable showing a cursor.\n" " noshow_cursor disable showing a cursor. (same as\n" " \"nocursor\")\n" +" cursor_drag enable cursor changes during drag.\n" +" nocursor_drag disable cursor changes during drag.\n" " arrow:n set -arrow to alternate n.\n" " xfixes enable xfixes cursor shape mode.\n" " noxfixes disable xfixes cursor shape mode.\n" @@ -3285,16 +3291,17 @@ void print_help(int mode) { " listen lookup nolookup accept afteraccept gone shm\n" " noshm flipbyteorder noflipbyteorder onetile noonetile\n" " solid_color solid nosolid blackout xinerama noxinerama\n" -" xtrap noxtrap xrandr noxrandr xrandr_mode rotate padgeom\n" -" quiet q noquiet modtweak nomodtweak xkb noxkb capslock\n" -" nocapslock skip_lockkeys noskip_lockkeys skip_keycodes\n" -" sloppy_keys nosloppy_keys skip_dups noskip_dups\n" -" add_keysyms noadd_keysyms clear_mods noclear_mods\n" -" clear_keys noclear_keys remap repeat norepeat fb nofb\n" -" bell nobell sel nosel primary noprimary setprimary\n" -" nosetprimary clipboard noclipboard setclipboard\n" -" nosetclipboard seldir cursorshape nocursorshape\n" -" cursorpos nocursorpos cursor show_cursor noshow_cursor\n" +" xtrap noxtrap xrandr noxrandr xrandr_mode rotate\n" +" padgeom quiet q noquiet modtweak nomodtweak xkb noxkb\n" +" capslock nocapslock skip_lockkeys noskip_lockkeys\n" +" skip_keycodes sloppy_keys nosloppy_keys skip_dups\n" +" noskip_dups add_keysyms noadd_keysyms clear_mods\n" +" noclear_mods clear_keys noclear_keys remap repeat\n" +" 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\n" " nocursor arrow xfixes noxfixes xdamage noxdamage\n" " xd_area xd_mem alphacut alphafrac alpharemove\n" " noalpharemove alphablend noalphablend xwarppointer\n" |