summaryrefslogtreecommitdiffstats
path: root/video/out/vo_x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_x11.c')
-rw-r--r--video/out/vo_x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_x11.c b/video/out/vo_x11.c
index 845679c8f9..e7b595ff67 100644
--- a/video/out/vo_x11.c
+++ b/video/out/vo_x11.c
@@ -475,7 +475,7 @@ static void wait_for_completion(struct vo *vo, int max_outstanding)
" for XShm completion events...\n");
ctx->Shm_Warned_Slow = 1;
}
- usec_sleep(1000);
+ mp_sleep_us(1000);
vo_x11_check_events(vo);
}
}