mirror of
https://github.com/0intro/wmii
synced 2024-11-25 23:30:24 +03:00
Same as the last commit, only right.
This commit is contained in:
parent
49ac08aaa6
commit
9d0cdd5ca2
@ -370,7 +370,7 @@ mouse_resizecol(Divide *d) {
|
||||
if(dp->next == d) break;
|
||||
|
||||
/* Fix later */
|
||||
if(a || a->next == nil)
|
||||
if(a == nil || a->next == nil)
|
||||
return;
|
||||
|
||||
minw = screen->rect.width/NCOL;
|
||||
|
Loading…
Reference in New Issue
Block a user