search for: visiblesource

Displaying 1 result from an estimated 1 matches for "visiblesource".

2016 Jun 29
0
Fwd: [PATCH] {vesa}menu.c32 feature => hide menu entry for specific sources
...from which the menu is downloaded --- syslinux-6.03/com32/menu/readconfig.c.orig 2016-05-06 16:45:43.589511704 +0200 +++ syslinux-6.03/com32/menu/readconfig.c 2016-05-06 18:37:06.573393370 +0200 @@ -232,6 +232,7 @@ struct labeldata { int save; int immediate; struct menu *submenu; + const char *visiblesource; }; /* Menu currently being parsed */ @@ -318,6 +319,7 @@ static void record(struct menu *m, struc int i; struct menu_entry *me; const struct syslinux_ipappend_strings *ipappend; + const union syslinux_derivative_info *sdi; if (!ld->label) return; /* Nothing defined */ @@ -326,6 +3...