hatliff / wmii

Automatically exported from code.google.com/p/wmii
MIT License
0 stars 0 forks source link

WMII aborts when trying to fullscreen non-selected client in stack mode #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. make two clients in the same column in stack mode
2. right click the titlebar of the non-selected client and hit fullscreen

wmii aborts with the message: 

frame.c:347: failed assertion: Dx(r) <= 0 || Dy(r) < 0 || Dy(r) == 0 &&
(!f->area->max || resizing) && !f->collapsed

What version of the product are you using (wmii -v)? On what operating system?
I am using the latest tip on Debian/GNU Linux (Lenny), kernel 2.6.28

Original issue reported on code.google.com by adkilgore on 8 Jan 2009 at 1:24

GoogleCodeExporter commented 9 years ago
Fixed as of 2429:621b1245dc16.

Original comment by maglion...@gmail.com on 10 Jan 2009 at 10:53