summaryrefslogtreecommitdiffstats
path: root/sxiv.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2019-07-16 19:26:04 +0200
committerBert Münnich <ber.t@posteo.de>2019-07-16 19:26:04 +0200
commit07300da7dfc1f783418e81eb7bea9b6c42952755 (patch)
tree6f686f5f6dee58b26ba691f24dc233ab6a7335cd /sxiv.h
parent28868767e6ea74f1e758686e6ae5d58918bd1627 (diff)
downloadnsxiv-07300da7dfc1f783418e81eb7bea9b6c42952755.tar.zst
Do not keep track of fullscreen state
There is no more need for this after the removal of the special color handling for fullscreen mode in commit 2886876.
Diffstat (limited to 'sxiv.h')
-rw-r--r--sxiv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sxiv.h b/sxiv.h
index 50da31b..707eba7 100644
--- a/sxiv.h
+++ b/sxiv.h
@@ -385,7 +385,6 @@ enum {
ATOM__NET_WM_ICON,
ATOM__NET_WM_STATE,
ATOM__NET_WM_STATE_FULLSCREEN,
- ATOM__NET_SUPPORTED,
ATOM_COUNT
};
@@ -417,8 +416,6 @@ struct win {
unsigned int h; /* = win height - bar height */
unsigned int bw;
- bool fullscreen;
-
struct {
int w;
int h;