repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rebuild geeqie
[oi-userland.git]
/
components
/
x11
/
mrxvt
/
patches
/
00-missing-typdedef.patch
blob
44a20603ab8f68527e99699391d356fb0dc782f5
1
--- mrxvt-0.5.4/src/rxvtlib.h.orig 2020-05-13 12:43:04.307581340 +0000
2
+++ mrxvt-0.5.4/src/rxvtlib.h 2020-05-13 12:44:41.681119188 +0000
3
@@ -790,7 +790,7 @@
4
} action_t;
5
6
/* Values for macro_t.type. Must sync this with macroNames from macros.c */
7
-enum {
8
+typedef enum {
9
MacroFnDummy=0,
10
MacroFnEsc,
11
MacroFnStr,