[Vesautils-devel] CVS: vesautils/libvbe vbe.c,1.2,1.3

Alex Beregszaszi alex at mplayerhq.hu
Fri Aug 12 19:53:56 CEST 2005


Update of /cvsroot/vesautils/vesautils/libvbe
In directory mail:/var2/tmp/cvs-serv20265

Modified Files:
	vbe.c 
Log Message:
vbeVersion

Index: vbe.c
===================================================================
RCS file: /cvsroot/vesautils/vesautils/libvbe/vbe.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- vbe.c	12 Aug 2005 17:51:54 -0000	1.2
+++ vbe.c	12 Aug 2005 17:53:54 -0000	1.3
@@ -25,6 +25,11 @@
 #include <lrmi.h>
 #include "vbe.h"
 
+int vbeVersion(void)
+{
+    return 0x0002; // 0.2
+}
+
 static struct VesaProtModeInterface vbe_pm_info;
 static struct VesaModeInfoBlock curr_mode_info;
 




More information about the Vesautils-devel mailing list