summaryrefslogtreecommitdiffstats
path: root/desktop/wmfire/wmfire-1.2.4-inline_c99.patch
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/wmfire/wmfire-1.2.4-inline_c99.patch')
-rw-r--r--desktop/wmfire/wmfire-1.2.4-inline_c99.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/desktop/wmfire/wmfire-1.2.4-inline_c99.patch b/desktop/wmfire/wmfire-1.2.4-inline_c99.patch
new file mode 100644
index 0000000000..34846bf86b
--- /dev/null
+++ b/desktop/wmfire/wmfire-1.2.4-inline_c99.patch
@@ -0,0 +1,21 @@
+diff -Naur wmfire-1.2.4.orig/src/wmfire.c wmfire-1.2.4/src/wmfire.c
+--- wmfire-1.2.4.orig/src/wmfire.c 2005-12-04 11:39:16.000000000 +0100
++++ wmfire-1.2.4/src/wmfire.c 2019-07-30 22:43:03.306268675 +0200
+@@ -108,7 +108,7 @@
+ void change_flame(int);
+ GdkCursor *setup_cursor();
+ void burn_spot(int, int, int);
+-inline void draw_fire(unsigned int);
++void draw_fire(unsigned int);
+ static void make_wmfire_dockapp();
+ void read_config(int, char **);
+ void do_help(void);
+@@ -470,7 +470,7 @@
+ /* Draw fire */
+ /******************************************/
+
+-inline void
++void
+ draw_fire(unsigned int load)
+ {
+ int x, y, i, j;