summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/x11_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index acb5bb574a..0977048988 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -303,7 +303,7 @@ int vo_init( void )
dispName += 4;
else if ( strncmp(dispName, "localhost:", 10) == 0)
dispName += 9;
- if (*dispName==':') mLocalDisplay=1; else mLocalDisplay=0;
+ if (*dispName==':' && atoi(dispName+1)<10) mLocalDisplay=1; else mLocalDisplay=0;
mp_msg(MSGT_VO,MSGL_INFO,"vo: X11 running at %dx%d with depth %d and %d bpp (\"%s\" => %s display)\n",
vo_screenwidth,vo_screenheight,
depth, vo_depthonscreen,