aboutsummaryrefslogtreecommitdiff
path: root/x11/cinnamon/files/patch-src_st_st.background.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/cinnamon/files/patch-src_st_st.background.c')
-rw-r--r--x11/cinnamon/files/patch-src_st_st.background.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/cinnamon/files/patch-src_st_st.background.c b/x11/cinnamon/files/patch-src_st_st.background.c
new file mode 100644
index 000000000000..29d69332377f
--- /dev/null
+++ b/x11/cinnamon/files/patch-src_st_st.background.c
@@ -0,0 +1,11 @@
+--- src/st/st-background-effect.orig.c 2013-02-24 19:18:24.592514376 +0100
++++ src/st/st-background-effect.c 2013-02-24 19:18:36.891516814 +0100
+@@ -225,7 +225,7 @@
+ || ( posy != self->posy_old)
+ || ( width != self->width_old)
+ || ( height != self->height_old)
+- || (time_used > 50.0d))
++ || (time_used > 50.0))
+
+ {
+ self->posx_old = posx;