From 057407a39f160bfd2dd3911dfaa81c750f991ada Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 12 Sep 2013 00:56:41 +0200 Subject: x11_common: mp_msg conversion Doesn't touch some parts, like the X11 error handler (which doesn't allow setting a context pointer). --- video/out/x11_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/out/x11_common.h') diff --git a/video/out/x11_common.h b/video/out/x11_common.h index c2735ad82f..c085a7af41 100644 --- a/video/out/x11_common.h +++ b/video/out/x11_common.h @@ -30,6 +30,7 @@ struct vo; struct mp_rect; struct vo_x11_state { + struct mp_log *log; Display *display; Window window; Window rootwin; -- cgit v1.2.3