summaryrefslogtreecommitdiffstats
path: root/window.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2012-02-15 22:43:34 +0100
committerBert Münnich <ber.t@gmx.com>2012-02-15 22:43:34 +0100
commitb418df7afc01796254fdf24d4afe12da3f0795bd (patch)
treeb895f77bd8a28711692ca3041abc5c234b7e8dae /window.h
parentc666d30eeacd6faf41dce50b301ad2fe3195fdb8 (diff)
downloadnsxiv-b418df7afc01796254fdf24d4afe12da3f0795bd.tar.zst
Removed unneeded members from img type
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 0b4fae7..63a6aab 100644
--- a/window.h
+++ b/window.h
@@ -49,7 +49,7 @@ typedef struct {
int x;
int y;
unsigned int w;
- unsigned int h;
+ unsigned int h; /* = win height - bar height */
unsigned int barh;
unsigned int bw;