[MPlayer-cvslog] r35716 - trunk/gui/wm/ws.c
ib
subversion at mplayerhq.hu
Thu Jan 10 10:52:50 CET 2013
Author: ib
Date: Thu Jan 10 10:52:50 2013
New Revision: 35716
Log:
Add a message indicating start of initialization of X.
Modified:
trunk/gui/wm/ws.c
Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c Sun Jan 6 19:25:55 2013 (r35715)
+++ trunk/gui/wm/ws.c Thu Jan 10 10:52:50 2013 (r35716)
@@ -245,6 +245,8 @@ void wsXInit(Display *mDisplay)
int eventbase;
int errorbase;
+ mp_msg(MSGT_GPLAYER, MSGL_V, "X init.\n");
+
// NOTE TO MYSELF: Use global mDisplay, get rid of wsDisplay.
wsDisplay = mDisplay;
More information about the MPlayer-cvslog
mailing list