# HG changeset patch # User ib # Date 1357811570 0 # Node ID 59456592c6d19bef30cbe0c63686f8e025767e85 # Parent 5bd6866e85661aef33ebed64ee64462020e0709b Add a message indicating start of initialization of X. diff -r 5bd6866e8566 -r 59456592c6d1 gui/wm/ws.c --- 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;