You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-terms/mrxvt/files/mrxvt-0.5.4-fno-common.patch

21 lines
430 B

--- 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 {