# HG changeset patch # User ib # Date 1373556001 0 # Node ID 9a319cd3ee66a2b5c8c5cfc35262cf6413a4beb2 # Parent e771388dfd157cafd9a08797b5498c623c5d8efb Add a debug message on the visual. Print the ID of the matching visual. diff -r e771388dfd15 -r 9a319cd3ee66 gui/wm/ws.c --- a/gui/wm/ws.c Fri Jul 05 18:16:54 2013 +0000 +++ b/gui/wm/ws.c Thu Jul 11 15:20:01 2013 +0000 @@ -831,6 +831,8 @@ 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);