setfullscreen: don't process the property twice
authorQuentin Rameau <quinq+hackers@fifth.space>
Sat, 7 Nov 2015 13:09:08 +0000 (14:09 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sat, 7 Nov 2015 13:31:21 +0000 (14:31 +0100)
Some clients try to set _NET_WM_STATE_FULLSCREEN even when the window is
already in fullscreen.
For example, c->oldstate was set two times in a raw and window would
then always be floating.
We must check that it's not the case before processing it.
(original patch modified with suggestion from Markus Teich
<markus.teich@stusta.mhn.de>)


No differences found