Changeset 3597 for trunk/src/opengl/mesa/mesa_extend.h
- Timestamp:
- May 23, 2000, 10:35:01 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/mesa_extend.h
r2938 r3597 1 /* $Id: mesa_extend.h,v 1. 1 2000-02-29 00:48:33 sandervlExp $ */1 /* $Id: mesa_extend.h,v 1.2 2000-05-23 20:34:53 jeroen Exp $ */ 2 2 /* mesa_extend.h 3 3 * for wmesa-2.3 … … 9 9 * struct DisplayOptions defined for tk_ddmesa.c to read the initial file 10 10 */ 11 12 #include "gl.h"13 #include <stdlib.h>14 #ifdef __WIN32OS2__15 #include <os2win.h>16 #else17 #include <windows.h>18 #include <winbase.h>19 #endif20 11 21 12 typedef enum SHIFT{ SHIFT_NONE, SHIFT_LEFT,SHIFT_RIGHT,SHIFT_UP,SHIFT_DOWN,SHIFT_FAR,SHIFT_NEAR};
Note:
See TracChangeset
for help on using the changeset viewer.