Changeset 3598 for trunk/src/opengl/mesa/internal.c
- Timestamp:
- May 23, 2000, 10:41:28 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/internal.c
r2962 r3598 1 /* $Id: internal.c,v 1. 1 2000-03-01 18:49:30jeroen Exp $ */1 /* $Id: internal.c,v 1.2 2000-05-23 20:40:38 jeroen Exp $ */ 2 2 /*****************************************************************************/ 3 3 /* */ … … 6 6 /*****************************************************************************/ 7 7 8 #include < os2win.h>8 #include <windows.h> 9 9 #include "types.h" 10 10 #include "wmesadef.h" … … 15 15 void * _System _InternalOGLQueryBB(void) 16 16 { 17 #ifdef DIVE 17 18 /* Return ptr to the current backbuffer */ 18 19 if(Current) 19 20 return Current->pbPixels; 21 #endif 20 22 21 23 return 0; … … 25 27 { 26 28 /* Return ptr to the current frontbuffer */ 29 #ifdef DIVE 27 30 if(Current) 28 31 if(Current->ppFrameBuffer) … … 30 33 else 31 34 return Current->pbPixels; 35 #endif 32 36 33 37 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.