summaryrefslogtreecommitdiff
path: root/x11-terms/mrxvt/files/mrxvt-0.5.4-fno-common.patch
diff options
context:
space:
mode:
Diffstat (limited to 'x11-terms/mrxvt/files/mrxvt-0.5.4-fno-common.patch')
-rw-r--r--x11-terms/mrxvt/files/mrxvt-0.5.4-fno-common.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-terms/mrxvt/files/mrxvt-0.5.4-fno-common.patch b/x11-terms/mrxvt/files/mrxvt-0.5.4-fno-common.patch
new file mode 100644
index 000000000000..2bb39a423aed
--- /dev/null
+++ b/x11-terms/mrxvt/files/mrxvt-0.5.4-fno-common.patch
@@ -0,0 +1,20 @@
+--- a/src/rxvtlib.h
++++ b/src/rxvtlib.h
+@@ -790,7 +790,7 @@ typedef struct {
+ } action_t;
+
+ /* Values for macro_t.type. Must sync this with macroNames from macros.c */
+-enum {
++enum macroFnNames {
+ MacroFnDummy=0,
+ MacroFnEsc,
+ MacroFnStr,
+@@ -820,7 +820,7 @@ enum {
+ MacroFnSaveConfig,
+ MacroFnToggleMacros,
+ NMACRO_FUNCS
+-} macroFnNames;
++};
+
+ typedef unsigned char macro_priority_t;
+ typedef struct {