diff options
Diffstat (limited to 'x11vnc/x11vnc.c')
| -rw-r--r-- | x11vnc/x11vnc.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/x11vnc/x11vnc.c b/x11vnc/x11vnc.c index 8376377..0fd81e9 100644 --- a/x11vnc/x11vnc.c +++ b/x11vnc/x11vnc.c @@ -2965,7 +2965,7 @@ int main(int argc, char* argv[]) {  	}  	overlay_present = 0; -#ifdef SOLARIS_OVERLAY +#if defined(SOLARIS_OVERLAY) && !NO_X11  	if (! XQueryExtension(dpy, "SUN_OVL", &maj, &ev, &er)) {  		if (! quiet && overlay) {  			rfbLog("Disabling -overlay: SUN_OVL " @@ -2975,7 +2975,7 @@ int main(int argc, char* argv[]) {  		overlay_present = 1;  	}  #endif -#ifdef IRIX_OVERLAY +#if defined(IRIX_OVERLAY) && !NO_X11  	if (! XReadDisplayQueryExtension(dpy, &ev, &er)) {  		if (! quiet && overlay) {  			rfbLog("Disabling -overlay: IRIX ReadDisplay "  | 
