blob: 48676a0bb202247a459901fe409a3a02e07ade75 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/lib/animation.vala.orig 2025-03-22 02:16:00 UTC
+++ src/lib/animation.vala
@@ -27,7 +27,6 @@ namespace Budgie {
* Utility to struct to enable easier animations
* Inspired by Clutter.
*/
- [Compact]
public class Animation : GLib.Object {
public int64 start_time; /**<Start time (microseconds) of animation */
public int64 length; /**<Length of animation in microseconds */
|