summaryrefslogtreecommitdiffstats
path: root/window.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-01-28 13:34:16 +0100
committerBert <ber.t@gmx.com>2011-01-28 13:34:16 +0100
commit8123d63c5b76909ce70f09614ac0e45760a69d71 (patch)
treed45e42d2b1879b88b94a03335998d6f5d9174449 /window.h
parent17e2a795bbcdbf9bc8eb07e2aaca0a494871b9e8 (diff)
downloadnsxiv-8123d63c5b76909ce70f09614ac0e45760a69d71.tar.zst
Added plenty lots of options
Diffstat (limited to 'window.h')
-rw-r--r--window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.h b/window.h
index 36e15ef..47de1a1 100644
--- a/window.h
+++ b/window.h
@@ -45,7 +45,7 @@ typedef struct win_s {
int y;
int bw;
- int fullscreen;
+ unsigned char fullscreen;
} win_t;
void win_open(win_t*);