comparison 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
comparison
equal deleted inserted replaced
35621:5bd6866e8566 35622:59456592c6d1
243 void wsXInit(Display *mDisplay) 243 void wsXInit(Display *mDisplay)
244 { 244 {
245 int eventbase; 245 int eventbase;
246 int errorbase; 246 int errorbase;
247 247
248 mp_msg(MSGT_GPLAYER, MSGL_V, "X init.\n");
249
248 // NOTE TO MYSELF: Use global mDisplay, get rid of wsDisplay. 250 // NOTE TO MYSELF: Use global mDisplay, get rid of wsDisplay.
249 wsDisplay = mDisplay; 251 wsDisplay = mDisplay;
250 252
251 XSetErrorHandler(wsErrorHandler); 253 XSetErrorHandler(wsErrorHandler);
252 254