CM: Change some more debug message conditions.

SVN revision: 47172
This commit is contained in:
Kim Woelders 2010-03-13 09:37:02 +00:00
parent 950ac55be9
commit 3cdedaec13
1 changed files with 2 additions and 2 deletions

View File

@ -1177,7 +1177,7 @@ ECompMgrWinSetPicts(EObj * eo)
(Mode_compmgr.use_pixmap || (eo->fade && Conf_compmgr.fading.enable)))
{
cw->pixmap = EWindowGetPixmap(EobjGetWin(eo));
D2printf("ECompMgrWinSetPicts %#lx: Pmap=%#lx\n", EobjGetXwin(eo),
D1printf("ECompMgrWinSetPicts %#lx: Pmap=%#lx\n", EobjGetXwin(eo),
cw->pixmap);
}
@ -1196,7 +1196,7 @@ ECompMgrWinSetPicts(EObj * eo)
pa.subwindow_mode = IncludeInferiors;
cw->picture = XRenderCreatePicture(disp, draw,
pictfmt, CPSubwindowMode, &pa);
D2printf("ECompMgrWinSetPicts %#lx: Pict=%#lx (drawable=%#lx)\n",
D1printf("ECompMgrWinSetPicts %#lx: Pict=%#lx (drawable=%#lx)\n",
EobjGetXwin(eo), cw->picture, draw);
/* Hmm.. What good does this actually do? */