On Wed, Jul 20, 2011 at 8:39 PM, garbeam <[email protected]> wrote: > >> Current discussion on the mailing list is leaning to just eliminating that >> chunk of code. Apparently, flash fullscreen requires it (which I haven't >> been able to reproduce!) But why on earth is that code there, and can't >> flash fullscreen be handled via a Rule? >
I can reproduce that fullscreen flash requires this. Flash creates a new window with "<unknown>" title and class and sets the _NET_WM_FULLSCREEN property. Maybe as a solution it makes sense to check for _NET_WM_FULLSCREEN property in manage() and set c->isfullscreen (and modify some layout functions). I stumbled on an old mailinglist post about this subject: http://permalink.gmane.org/gmane.comp.misc.suckless/2094 . --- Kind regards, Hiltjo
