Update to version 1.2 which adds mouse wheel support and support for

creating password files.
Add patch that handles a dual headed box better.
This commit is contained in:
nate 2001-04-04 17:19:53 +00:00
parent e599762a77
commit 36c6808ede
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +1,3 @@
MD5 (x2vnc-1.1.tar.gz) = 782b9379766132696a483cf85932ace4
RMD160 (x2vnc-1.1.tar.gz) = 721027eb5b48aa72b4a3bda942dcc7c440bd9f39
SHA1 (x2vnc-1.1.tar.gz) = b3eccc35a3bf53501f3ebaa25de4f054036777ed
MD5 (x2vnc-1.2.tar.gz) = 3654743ac5a64e0f3db03a32b3c6776b
RMD160 (x2vnc-1.2.tar.gz) = 0c730608b85f963c7d2cd449f949c9e375c4bf0b
SHA1 (x2vnc-1.2.tar.gz) = 54958bb284ae826731b2d787b20194b6043c041e

View File

@ -0,0 +1,11 @@
--- x.c.orig Wed Mar 14 02:27:15 2001
+++ x.c Wed Apr 4 13:09:46 2001
@@ -341,7 +341,7 @@
XGrabPointer(dpy, topLevel, True,
PointerMotionMask | ButtonPressMask | ButtonReleaseMask,
GrabModeAsync, GrabModeAsync,
- None, grabCursor, CurrentTime);
+ DefaultRootWindow(dpy), grabCursor, CurrentTime);
XGrabKeyboard(dpy, topLevel, True,
GrabModeAsync, GrabModeAsync,
CurrentTime);

View File

@ -1 +0,0 @@
one keyboard and/or mouse, multiple X and VNC displays

View File

@ -1 +1,3 @@
@comment $OpenBSD: PLIST,v 1.2 2001/04/04 17:19:55 nate Exp $
bin/x2vnc
man/man1/x2vnc.0