diff options
| author | allusive-dev <[email protected]> | 2023-10-31 20:00:04 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-10-31 20:00:04 +1100 |
| commit | 6af7735fbec073d4a7cf6193edad9e64f34f4984 (patch) | |
| tree | 9c6218dd66f4d04e80c15948af60a00361b2a858 /src/win.h | |
| parent | Change for #13 (diff) | |
| download | compfy-6af7735fbec073d4a7cf6193edad9e64f34f4984.tar.xz compfy-6af7735fbec073d4a7cf6193edad9e64f34f4984.zip | |
Resolved wrong animations playing. At the cost of deprecating not working features.1.2.0
Diffstat (limited to 'src/win.h')
| -rw-r--r-- | src/win.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -176,7 +176,7 @@ struct managed_win { bool in_openclose; /// Whether this window was transient when animated on open - bool animation_transient; + // bool animation_transient; /// Current position and destination, for animation double animation_center_x, animation_center_y; double animation_dest_center_x, animation_dest_center_y; |