On Wed, 27 Sep 2000, Derek Cunningham wrote:
<snipped :) >
> Also... along the same lines... when you maximize something it doesn't
> maximize under the toolbar, yet it DOES maximize under the slit. This is
> lame. There should be an option such that when i maximize a window, both
> the toolbar (if it were usefull :) and the slit were viewable, and they
> aren't covering anything.

in

void BlackboxWindow::maximize(unsigned int button) {

right before 

    maximized = True;

add

    dx+=screen->getSlit()->getWidth();
    dw-=screen->getSlit()->getWidth();

This only works atm if your slit is in the upper left, if its in the
upper right, make it dx-=

-Justin

Reply via email to