x11vnc options -nosel -noprimary -visual.

add clipboard/selection handling.
 add visual option (mostly for testing and workarounds).
 improve shm cleanup on failures.
pull/1/head
runge 20 years ago
parent 50a80e7304
commit c08bfcfd02

@ -1,3 +1,9 @@
2004-02-19 Karl Runge <runge@karlrunge.com>
* x11vnc options -nosel -noprimary -visual.
* add clipboard/selection handling.
* add visual option (mostly for testing and workarounds).
* improve shm cleanup on failures.
2004-02-04 Johannes E. Schindelin <Johannes.Schindelin@gmx.de>
* Make examples (at least a few) compileable with g++,
as pointed out by Juan Jose Costello

@ -1,3 +1,12 @@
2004-02-19 Karl Runge <runge@karlrunge.com>
* added handling of clipboard/selection exchange to/from clients,
even holds PRIMARY which Xvnc does not do. disable with -nosel.
use -noprimary to disable polling of PRIMARY selection.
* added -visual option to force framebuffer visual. not really
of general use, more for testing and workarounds (e.g. win2vnc
fails under 8bpp index color)
* improve cleanup and error handling WRT shm and other failures.
2004-01-19 Karl Runge <runge@karlrunge.com>
* improvements to pointer event handling primarily during window
dragging. check_user_input() for non-threaded and pointer()

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save