]> git.sur5r.net Git - i3/i3/commit
ewmh: Don’t push workspaces with width=0 and height=0 (Thanks Atsutane, badboy)
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 3 Jan 2010 17:36:50 +0000 (18:36 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 3 Jan 2010 17:36:50 +0000 (18:36 +0100)
commit715983024d0dbbbd8a4755441c75ff8b7436b8a9
treeb91d3de826625cd8122dcca483ef5b6d3827ae7f
parent7c130fb540da378c4ba3744d2ff39983df3ad705
ewmh: Don’t push workspaces with width=0 and height=0 (Thanks Atsutane, badboy)

Even though i3 cannot know the width/height of some workspaces as
long as they are not initialized (say you used workspace 1 and 3,
but not workspace 2), some applications require this information.
In this case, it was Firefox which intersects the available workareas
(see mozilla/gfx/src/gtk/nsScreenGtk.cpp) and did not position some
windows correctly when being confronted with zero-width/height
workspaces.
src/ewmh.c