mirror of
https://github.com/0intro/wmii
synced 2024-11-22 13:52:17 +03:00
fixed bug reported on wmii list
This commit is contained in:
parent
a836cceff0
commit
8c89fb71c4
@ -282,8 +282,8 @@ handle_frame_buttonpress(XButtonEvent * e, Frame * f)
|
||||
f->area->layout->focus(f, False);
|
||||
bindex = WM_EVENT_B2PRESS - 2 + e->button;
|
||||
/* frame mouse handling */
|
||||
if(f->file[bindex]->content)
|
||||
wmii_spawn(dpy, f->file[bindex]->content);
|
||||
if(def[bindex]->content)
|
||||
wmii_spawn(dpy, def[bindex]->content);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user