diff gui/wm/ws.c @ 35622:59456592c6d1

Add a message indicating start of initialization of X.
author ib
date Thu, 10 Jan 2013 09:52:50 +0000
parents ded4a8c2aa70
children d0231540cdbd
line wrap: on
line diff
--- a/gui/wm/ws.c	Sun Jan 06 18:25:55 2013 +0000
+++ b/gui/wm/ws.c	Thu Jan 10 09:52:50 2013 +0000
@@ -245,6 +245,8 @@
     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;