Andy Piper <andy(a)xemacs.org> writes:
It only happens when you garbage collect. Does the count go down
then?
No.
Oh, I see part of what's happening... The 2nd level subwindow
children (grandchildren) of the overall window are garbage-collected,
but the 1st level children are not. Doing repetitious "C-x 2 C-x 0"
to knock up the count a ways, I then garbage collect, and the
subwindow children go away. But the top-level child count keeps going
up.
[1656] [16:16:34] beaver:~> xwininfo -tree | grep child
1 child:
14 children:
1 child:
1 child:
1 child:
1 child:
1 child:
1 child:
1 child:
1 child:
1 child:
1 child:
1 child:
1 child:
1 child:
1 child:
1 child:
1 child:
1 child:
1 child:
1 child:
1 child:
[1656] [16:16:45] beaver:~> xwininfo -tree | grep child
1 child:
14 children:
1 child:
1 child:
1 child:
1 child:
[1656] [16:17:01] beaver:~> xwininfo -tree | grep child
1 child:
18 children:
1 child:
1 child:
1 child:
1 child:
1 child:
1 child:
1 child:
1 child:
1 child:
1 child:
1 child:
1 child:
[1656] [16:17:11] beaver:~> xwininfo -tree | grep child
1 child:
18 children:
1 child:
1 child:
1 child:
1 child:
--karl