diff options
author | runge <runge> | 2006-12-17 22:24:12 +0000 |
---|---|---|
committer | runge <runge> | 2006-12-17 22:24:12 +0000 |
commit | 399a175f0bb44865cbf3d6762ad081e2a49cd4c4 (patch) | |
tree | a2a799f254618ccb67e42373e11731bd45adb4ef /x11vnc/x11vnc_defs.c | |
parent | afc931f15dbd81cb257a10b3e1eb0b14240a0e6b (diff) | |
download | libtdevnc-399a175f0bb44865cbf3d6762ad081e2a49cd4c4.tar.gz libtdevnc-399a175f0bb44865cbf3d6762ad081e2a49cd4c4.zip |
x11vnc: make -xwarppointer the default if xinerama is active.
Diffstat (limited to 'x11vnc/x11vnc_defs.c')
-rw-r--r-- | x11vnc/x11vnc_defs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/x11vnc_defs.c b/x11vnc/x11vnc_defs.c index 6aa4679..fe38d94 100644 --- a/x11vnc/x11vnc_defs.c +++ b/x11vnc/x11vnc_defs.c @@ -15,7 +15,7 @@ int xtrap_base_event_type = 0; int xdamage_base_event_type = 0; /* date +'lastmod: %Y-%m-%d' */ -char lastmod[] = "0.8.4 lastmod: 2006-12-11"; +char lastmod[] = "0.8.4 lastmod: 2006-12-14"; /* X display info */ |