diff options
| author | allusive-dev <[email protected]> | 2023-10-31 14:22:22 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-10-31 14:22:22 +1100 |
| commit | 5c118068f923a24b140d7d8d3c642a50347331b4 (patch) | |
| tree | 48dd141e2396cd6d4e10de8cc6179b6ae4ee6938 /src/win.h | |
| parent | Fix transient windows crashing picom. #1 (diff) | |
| download | compfy-5c118068f923a24b140d7d8d3c642a50347331b4.tar.xz compfy-5c118068f923a24b140d7d8d3c642a50347331b4.zip | |
Should fix issue #121.1.0
Diffstat (limited to 'src/win.h')
| -rw-r--r-- | src/win.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |