diff options
author | runge <runge> | 2007-05-05 14:53:21 +0000 |
---|---|---|
committer | runge <runge> | 2007-05-05 14:53:21 +0000 |
commit | 76d88e31114b5cc0f66f90e76eb9c734bbc9bf4b (patch) | |
tree | f73a4304be4d827eb62a9a7732563cc79391edaf /x11vnc/x11vnc_defs.c | |
parent | 6378acecb04b2824179fea0ab168cbfcb960e70d (diff) | |
download | libtdevnc-76d88e31114b5cc0f66f90e76eb9c734bbc9bf4b.tar.gz libtdevnc-76d88e31114b5cc0f66f90e76eb9c734bbc9bf4b.zip |
x11vnc: add groups handling for -users mode.
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 ba12eea..a179f63 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.9.1 lastmod: 2007-05-03"; +char lastmod[] = "0.9.1 lastmod: 2007-05-05"; /* X display info */ |