forked from pool/gtk2-engine-aurora
prevent glib/gtimer.h from being included directly - use spdx.org license abbreviation OBS-URL: https://build.opensuse.org/package/show/X11:lxde/gtk2-engine-aurora?expand=0&rev=6
14 lines
329 B
Diff
14 lines
329 B
Diff
Index: aurora-1.5.1/src/animation.c
|
|
===================================================================
|
|
--- aurora-1.5.1.orig/src/animation.c
|
|
+++ aurora-1.5.1/src/animation.c
|
|
@@ -7,7 +7,7 @@
|
|
#include "animation.h"
|
|
|
|
#ifdef HAVE_ANIMATION
|
|
-#include <glib/gtimer.h>
|
|
+#include <glib.h>
|
|
|
|
struct _AnimationInfo {
|
|
GTimer *timer;
|