mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
92410e150a
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
13 lines
414 B
Diff
13 lines
414 B
Diff
Index: gtk-engines-2.20.2/engines/clearlooks/src/animation.c
|
|
===================================================================
|
|
--- gtk-engines-2.20.2.orig/engines/clearlooks/src/animation.c
|
|
+++ gtk-engines-2.20.2/engines/clearlooks/src/animation.c
|
|
@@ -28,7 +28,7 @@
|
|
#include "animation.h"
|
|
|
|
#ifdef HAVE_WORKING_ANIMATION
|
|
-#include <glib/gtimer.h>
|
|
+#include <glib.h>
|
|
|
|
struct _AnimationInfo {
|
|
GTimer *timer;
|