diff options
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Window.cc b/src/Window.cc index 6cccec7..70531be 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -2760,13 +2760,13 @@ void FluxboxWindow::buttonPressEvent(XButtonEvent *be) { | |||
2760 | 2760 | ||
2761 | screen->getWorkspace(workspace_number)->raiseWindow(this); | 2761 | screen->getWorkspace(workspace_number)->raiseWindow(this); |
2762 | } | 2762 | } |
2763 | /*} else if (be->button == 2 && (be->window != frame.iconify_button) && | 2763 | } else if (be->button == 2 && be->window == frame.label) { |
2764 | (be->window != frame.close_button)) { | ||
2765 | screen->getWorkspace(workspace_number)->lowerWindow(this); | 2764 | screen->getWorkspace(workspace_number)->lowerWindow(this); |
2766 | */ | 2765 | |
2767 | } else if (windowmenu && be->button == 3 && | 2766 | } else if (windowmenu && be->button == 3 && |
2768 | (frame.title == be->window || frame.label == be->window || | 2767 | (frame.title == be->window || frame.label == be->window || |
2769 | frame.handle == be->window || frame.window == be->window)) { | 2768 | frame.handle == be->window)) { |
2769 | |||
2770 | int mx = 0, my = 0; | 2770 | int mx = 0, my = 0; |
2771 | 2771 | ||
2772 | if (frame.title == be->window || frame.label == be->window) { | 2772 | if (frame.title == be->window || frame.label == be->window) { |