mirror of
https://github.com/0intro/wmii
synced 2024-12-26 21:29:45 +03:00
fixed annoying mouse warp, soon this will be removed completely, we got wmiwarp and need an event
This commit is contained in:
parent
913fb72f86
commit
1f3ecb5a7c
@ -63,7 +63,7 @@ void sel_area(Area *a)
|
||||
cext_stack_top_item(&p->areas, a);
|
||||
p->file[P_SEL_AREA]->content = a->file[A_PREFIX]->content;
|
||||
if ((f = get_sel_frame_of_area(a)))
|
||||
a->layout->select(f, True);
|
||||
a->layout->select(f, False);
|
||||
}
|
||||
|
||||
void draw_area(Area *a)
|
||||
|
Loading…
Reference in New Issue
Block a user