From d039b43e3074d14193944408ef211a9abf10608b Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Sat, 7 Feb 2004 10:54:36 +0000 Subject: added NUL driver for DMesa --- include/GL/dmesa.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/GL') diff --git a/include/GL/dmesa.h b/include/GL/dmesa.h index e67e54aad1..8d4c5bd645 100644 --- a/include/GL/dmesa.h +++ b/include/GL/dmesa.h @@ -141,6 +141,7 @@ void *DMesaGetProcAddress (const char *name); #define DMESA_GET_SCREEN_SIZE 0x0100 #define DMESA_GET_DRIVER_CAPS 0x0200 #define DMESA_GET_VIDEO_MODES 0x0300 +#define DMESA_GET_BUFFER_ADDR 0x0400 #define DMESA_DRIVER_SWDB_BIT 0x1 /* software double-buffered */ #define DMESA_DRIVER_LLWO_BIT 0x2 /* lower-left window origin */ -- cgit v1.2.3