Displaying 3 results from an estimated 3 matches for "vesacon".
2010 Apr 23
1
Path simple menu integrated progress indicator
...size_t *, const void *, size_t);
-
+int floadfile_w_callback(FILE *f, void **ptr, size_t *len, const void *prefix,
+ size_t prefix_len, const char *filename, void (*callback)(const char* file, size_t cur, size_t total));
#endif
diff -uprN syslinux-3.86-vanilla//com32/include/syslinux/vesacon.h syslinux-3.86/com32/include/syslinux/vesacon.h
--- syslinux-3.86-vanilla//com32/include/syslinux/vesacon.h 2010-03-31 11:24:25.000000000 -0500
+++ syslinux-3.86/com32/include/syslinux/vesacon.h 2010-04-15 08:21:00.000000000 -0500
@@ -32,6 +32,7 @@
int vesacon_default_background(void);...
2011 Mar 16
0
[GIT PULL] elflink compiler warning fixes
...k/modules/background.c b/com32/elflink/modules/background.c
index 61d8c60..467f6fd 100644
--- a/com32/elflink/modules/background.c
+++ b/com32/elflink/modules/background.c
@@ -12,6 +12,7 @@
#include <consoles.h>
#include <string.h>
+#include <core-elf.h>
#include <syslinux/vesacon.h>
#include <sys/module.h>
#include "menu.h"
@@ -33,6 +34,8 @@ int draw_background(const char *what)
else
return vesacon_load_background(what);
#endif
+
+ return 0;
}
void set_background(const char *new_background)
diff --git a/com32/elflink/modules/hello.c b/com...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com>
This series fixes some bugs and switches the elflink branch to be
entirely ELF modules. It applies on top of,
http://syslinux.zytor.com/archives/2011-April/016369.html
The deletions in the diff stat below are mainly from deleting
com32/elflink/modules (finally!). Now there should be no duplicate
code because we don't need COM32 and