diff options
| author | runge <runge> | 2007-12-16 02:26:38 +0000 |
|---|---|---|
| committer | runge <runge> | 2007-12-16 02:26:38 +0000 |
| commit | 3d0bd73627f7aa19d45488eeee49781ca9faa0f8 (patch) | |
| tree | 6afda9c91d0be9cf6be2d0db0a094c0e76c38097 /x11vnc/x11vnc_defs.c | |
| parent | 2689647d6c7a9ab9c88faacf5dbc0200e9bc4a24 (diff) | |
| download | libtdevnc-3d0bd73627f7aa19d45488eeee49781ca9faa0f8.tar.gz libtdevnc-3d0bd73627f7aa19d45488eeee49781ca9faa0f8.zip | |
x11vnc: fix find_display and usleep() prototype on macosx.
-display console and check DISPLAY /tmp/...:0 on macosx.
implement -noxinerama.
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 78f9157..7090a0b 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.4 lastmod: 2007-11-07"; +char lastmod[] = "0.9.4 lastmod: 2007-12-15"; /* X display info */ |
