aboutsummaryrefslogtreecommitdiff
path: root/src/win.h
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-10-31 20:00:04 +1100
committerallusive-dev <[email protected]>2023-10-31 20:00:04 +1100
commit6af7735fbec073d4a7cf6193edad9e64f34f4984 (patch)
tree9c6218dd66f4d04e80c15948af60a00361b2a858 /src/win.h
parentChange for #13 (diff)
downloadcompfy-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win.h b/src/win.h
index 9a27c4c..1d0fae8 100644
--- a/src/win.h
+++ b/src/win.h
@@ -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;