Some shape debug bits.

SVN revision: 24613
This commit is contained in:
Kim Woelders 2006-08-12 19:44:49 +00:00
parent c460e5d055
commit a14ad8bee2
1 changed files with 4 additions and 3 deletions

View File

@ -1219,14 +1219,15 @@ IPC_ObjInfo(const char *params __UNUSED__, Client * c __UNUSED__)
lst = EobjListStackGet(&num);
IpcPrintf
("Num window De T V Sh Dsk S F L pos size C R Name\n");
("Num Window De T V Shape Dsk S F L Pos Size C R Name\n");
for (i = 0; i < num; i++)
{
eo = lst[i];
IpcPrintf
(" %2d %#9lx %2d %d %d %2d %3d %d %d %3d %5d,%5d %4dx%4d %d %d %s\n",
(" %2d %#9lx %2d %d %d %2d/%2d %3d %d %d %3d %5d,%5d %4dx%4d %d %d %s\n",
i, EobjGetXwin(eo), WinGetDepth(eo->win), eo->type, eo->shown,
eo->shaped, eo->desk->num, eo->sticky, eo->floating, eo->ilayer,
eo->shaped, EShapeCheck(eo->win), eo->desk->num,
eo->sticky, eo->floating, eo->ilayer,
EobjGetX(eo), EobjGetY(eo), EobjGetW(eo), EobjGetH(eo),
#if USE_COMPOSITE
(eo->cmhook) ? 1 : 0, !eo->noredir