aboutsummaryrefslogtreecommitdiff
path: root/src/win.h
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-10-31 14:22:22 +1100
committerallusive-dev <[email protected]>2023-10-31 14:22:22 +1100
commit5c118068f923a24b140d7d8d3c642a50347331b4 (patch)
tree48dd141e2396cd6d4e10de8cc6179b6ae4ee6938 /src/win.h
parentFix transient windows crashing picom. #1 (diff)
downloadcompfy-5c118068f923a24b140d7d8d3c642a50347331b4.tar.xz
compfy-5c118068f923a24b140d7d8d3c642a50347331b4.zip
Should fix issue #121.1.0
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.