aboutsummaryrefslogtreecommitdiff
path: root/src/win.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/win.h')
-rw-r--r--src/win.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win.h b/src/win.h
index 366fd9e..9a27c4c 100644
--- a/src/win.h
+++ b/src/win.h
@@ -143,7 +143,7 @@ struct managed_win {
/// bitmap for properties which needs to be updated
uint64_t *stale_props;
/// number of uint64_ts that has been allocated for stale_props
- size_t stale_props_capacity;
+ uint64_t stale_props_capacity;
/// Bounding shape of the window. In local coordinates.
/// See above about coordinate systems.