mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
f0745d2257
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
13 lines
329 B
Diff
13 lines
329 B
Diff
Index: equinox-1.50/src/animation.c
|
|
===================================================================
|
|
--- equinox-1.50.orig/src/animation.c
|
|
+++ equinox-1.50/src/animation.c
|
|
@@ -7,7 +7,7 @@
|
|
#include "animation.h"
|
|
|
|
#ifdef HAVE_ANIMATION
|
|
-#include <glib/gtimer.h>
|
|
+#include <glib.h>
|
|
|
|
struct _AnimationInfo {
|
|
GTimer *timer;
|