summaryrefslogtreecommitdiff
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, 0 insertions, 11 deletions
diff --git a/x11/cinnamon/files/patch-src_st_st.background.c b/x11/cinnamon/files/patch-src_st_st.background.c
deleted file mode 100644
index 29d69332377f..000000000000
--- a/x11/cinnamon/files/patch-src_st_st.background.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;