]> git.sur5r.net Git - i3/i3/commit
Fix fullscreen for xpdf (at least on debian, with proper _NET_WM_STATE hints)
authorMichael Stapelberg <michael+x200@stapelberg.de>
Fri, 13 Mar 2009 03:51:17 +0000 (04:51 +0100)
committerMichael Stapelberg <michael+x200@stapelberg.de>
Fri, 13 Mar 2009 03:51:17 +0000 (04:51 +0100)
commite3085b4f7574f3891e280f44c650af2b0b03f1ba
tree2d9d4cacf483577fe5ac4d07837be7b7ed474bb8
parent9c755dcb0dac4382e08a3356a01ba2f6319f99c4
Fix fullscreen for xpdf (at least on debian, with proper _NET_WM_STATE hints)

xpdf sets the _NET_WM_STATE before actually mapping the window. i3 only checked
for changes of this hint, but not if it is already set when intially managing
the window.

Note that you need to patch your xpdf to support _NET_WM_STATE, because, while
only being reported at 2004, upstream still did not merge the patch *grrr*
See this debian bug report:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=247602
Or directly download the patch from:
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=61;filename=31_fullscreen.dpatch;att=1;bug=247602
src/mainx.c