Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115880840
D43903.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
744 B
Referenced Files
None
Subscribers
None
D43903.diff
View Options
diff --git a/stand/common/gfx_fb.h b/stand/common/gfx_fb.h
--- a/stand/common/gfx_fb.h
+++ b/stand/common/gfx_fb.h
@@ -281,6 +281,8 @@
void reset_font_flags(void);
+void gfx_interp_md(void);
+
#ifdef __cplusplus
}
#endif
diff --git a/stand/common/interp_simple.c b/stand/common/interp_simple.c
--- a/stand/common/interp_simple.c
+++ b/stand/common/interp_simple.c
@@ -198,3 +198,11 @@
}
return(res);
}
+
+/*
+ * There's no graphics commands for the simple interpreter.
+ */
+void
+gfx_interp_md(void)
+{
+}
diff --git a/stand/liblua/gfx_utils.c b/stand/liblua/gfx_utils.c
--- a/stand/liblua/gfx_utils.c
+++ b/stand/liblua/gfx_utils.c
@@ -240,3 +240,8 @@
luaL_newlib(L, gfxlib);
return 1;
}
+
+void
+gfx_interp_md(void)
+{
+}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 30, 10:52 PM (20 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17866888
Default Alt Text
D43903.diff (744 B)
Attached To
Mode
D43903: loader: Add prototype for gfx_interp_md
Attached
Detach File
Event Timeline
Log In to Comment