fakefullscreen vs fakefullscreenclient compatibility, let fakefullscreen take precedence
This commit is contained in:
@ -5,7 +5,7 @@ togglefullscreen(const Arg *arg)
|
||||
if (!c)
|
||||
return;
|
||||
|
||||
#if FAKEFULLSCREEN_CLIENT_PATCH
|
||||
#if FAKEFULLSCREEN_CLIENT_PATCH && !FAKEFULLSCREEN_PATCH
|
||||
if (c->fakefullscreen == 1) { // fake fullscreen --> fullscreen
|
||||
c->fakefullscreen = 2;
|
||||
setfullscreen(c, 1);
|
||||
|
Reference in New Issue
Block a user