clicks on the handle were matching OnTitlebar

This commit is contained in:
Mark Tiefenbruck 2007-12-18 12:32:31 -08:00
parent a2db891942
commit ce74ed1c30

View file

@ -2570,6 +2570,7 @@ void FluxboxWindow::buttonPressEvent(XButtonEvent &be) {
bool onTitlebar = frame().gripLeft().window() != be.window &&
frame().gripRight().window() != be.window &&
frame().handle().window() != be.window &&
frame().clientArea().window() != be.window &&
frame().window() != be.window;