diff options
author | runge <runge> | 2006-01-11 19:56:10 +0000 |
---|---|---|
committer | runge <runge> | 2006-01-11 19:56:10 +0000 |
commit | 9b3163c00bdb8d406b864f7a1282b5770d953425 (patch) | |
tree | 36e01c6883c99d01e3e6974a7b7a674ed0d94696 /x11vnc/x11vnc_defs.c | |
parent | 57cf0cdab5480efebaf447d5675e51b0d311ceee (diff) | |
download | libtdevnc-9b3163c00bdb8d406b864f7a1282b5770d953425.tar.gz libtdevnc-9b3163c00bdb8d406b864f7a1282b5770d953425.zip |
logMutex needs to be initialized too; in rfbDefaultLog.
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 d676ec1..13d6b85 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.7.3 lastmod: 2006-01-10"; +char lastmod[] = "0.8 lastmod: 2006-01-11"; /* X display info */ |