aboutsummaryrefslogtreecommitdiffstats
path: root/window.h
diff options
context:
space:
mode:
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;