diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/dmesa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/GL/dmesa.h b/include/GL/dmesa.h index e67e54aad15..8d4c5bd645d 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 */ |