Some time ago, Greg Klanderman wrote...
|+
| xemacs -q
|
| C-x 2
| (shrink-window-pixels 2)
| (window-pixel-height)
| (redraw-frame)
| (window-pixel-height) => different value
|
| in the debugger, in a different example, I see that frame toolbar
| update is now resizinf the frame which is resizing each window to an
| integer multiple of default face height. No time to look into this
| now (last Seinfeld calls), can whoever made these changes please look
| into it?
|-
Ok, it was me. The problem happens becuase I added check of f->clear
flag, without which redraw-frame did not repaint toolbars, should
they become garbaged. Removing f->clear is not a correct fix anyways.
I'll repair it tomorrow.
Kirill