> > what can i do ??? i'm a programmer .. so maybe if you > dierect me to the part in the source i coukd try and figure out >
if you resize with the mouse the code path is: blackbox.cc:process_event() case motion notify which calls BlackboxWindow::motionNotifyEvent(). Window.cc::motionNotifyEvent() is where most of the resize magic happens.
