On Thu, Mar 06, 2003 at 07:25:07PM +0100, [EMAIL PROTECTED] wrote:
> hi,
> 
> I've got a problem with frame_fit_managed: When using my toggle_tab
> patch ion changes the geometry of the current frame (through making the
> return value of CLIENT_Y and CLIENT_H... dependent on a per frame ->
> flag). After that I call frame_fit_managed for that frame and then
> draw_frame(frame,TRUE).
> 
> my problem is, that some applications (aterm) use the gained screen
> space, while other ignore it, and a black bar is drawn instead of used
> (I clear the window at the beginning of my drawing procedure).
> 
> any hints?

The problem might be do_fit_clientwin in clientwin.c. As I've already
noted, there is a bug in that function. It still sends
ConfigureNotify's though, which might explain why aterm uses the
gained screen space while some other apps doesn't. See Tuomo's answer
to my post for a solution to the bug.

/Pelle

Reply via email to