summaryrefslogtreecommitdiffstats
path: root/linux/vbelib.h
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-23 09:31:53 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-23 09:31:53 +0000
commit81751cdcafd6acc906057a403c0ca0be1e5a09cf (patch)
treedce94daa324103a0776d4428cd1c7c6e0709b8a2 /linux/vbelib.h
parentbde620379c21b3be20303d743343d1dbd0212f37 (diff)
downloadmpv-81751cdcafd6acc906057a403c0ca0be1e5a09cf.tar.bz2
mpv-81751cdcafd6acc906057a403c0ca0be1e5a09cf.tar.xz
Title support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2411 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'linux/vbelib.h')
-rw-r--r--linux/vbelib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/vbelib.h b/linux/vbelib.h
index 3ff95c971d..24eee8e4a9 100644
--- a/linux/vbelib.h
+++ b/linux/vbelib.h
@@ -220,4 +220,8 @@ extern int vbeSetWindow(unsigned win_num,unsigned win_gran);
Support of palette currently is not implemented.
*/
extern int vbeGetProtModeInfo(struct VesaProtModeInterface *);
+
+/* Standard VGA stuff */
+int vbeWriteString(int x, int y, int attr, char *str);
+
#endif \ No newline at end of file