aboutsummaryrefslogtreecommitdiffstats
path: root/src/wm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wm.c')
-rw-r--r--src/wm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wm.c b/src/wm.c
index cb033c6..0823fef 100644
--- a/src/wm.c
+++ b/src/wm.c
@@ -2621,7 +2621,7 @@ wm_activate_client(Client *c)
/* As matchbox works around 'main' windows ( apps/main and desktop wins).
We need to sync extra stuff up when displaying a new one.
*/
- Bool switching_from_to_fullscreen = False;
+ __attribute__((unused)) Bool switching_from_to_fullscreen = False;
/* save focus state for transient dialogs of prev showing main win */