]> Dogcows Code - chaz/tint2/blobdiff - src/tint.c
tint2conf : delete theme
[chaz/tint2] / src / tint.c
index 7e373a401351994cfd4ebdf40962bc5212383247..1b4dc488906f67fe76d9e481ca5d0ef3dc20e565 100644 (file)
@@ -294,11 +294,7 @@ void event_button_press (XEvent *e)
 {
        Panel *panel = get_panel(e->xany.window);
        if (!panel) return;
-/*
-       if (wm_menu && (e->xbutton.button != 1) ) {
-               task_drag = click_task(panel, e->xbutton.x, e->xbutton.y);
-               if (!task_drag && !click_clock(panel, e->xbutton.x, e->xbutton.y) ) {
- */
+
        task_drag = click_task(panel, e->xbutton.x, e->xbutton.y);
 
        if (wm_menu && !task_drag && !click_clock(panel, e->xbutton.x, e->xbutton.y) && (e->xbutton.button != 1) ) {
This page took 0.020604 seconds and 4 git commands to generate.