[MPlayer-cvslog] r36354 - trunk/gui/wm/ws.c

ib subversion at mplayerhq.hu
Thu Jul 11 17:20:02 CEST 2013


Author: ib
Date: Thu Jul 11 17:20:01 2013
New Revision: 36354

Log:
Add a debug message on the visual.

Print the ID of the matching visual.

Modified:
   trunk/gui/wm/ws.c

Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c	Fri Jul  5 20:16:54 2013	(r36353)
+++ trunk/gui/wm/ws.c	Thu Jul 11 17:20:01 2013	(r36354)
@@ -831,6 +831,8 @@ void wsWindowCreate(wsWindow *win, int x
 
     XMatchVisualInfo(wsDisplay, wsScreen, depth, TrueColor, &win->VisualInfo);
 
+    mp_msg(MSGT_GPLAYER, MSGL_DBG2, "[ws] visual: ID %#lx\n", win->VisualInfo.visualid);
+
 /* --- */
     win->AtomLeaderClient = XInternAtom(wsDisplay, "WM_CLIENT_LEADER", False);
     win->AtomDeleteWindow = XInternAtom(wsDisplay, "WM_DELETE_WINDOW", False);


More information about the MPlayer-cvslog mailing list