Changeset 2970 for trunk/src/opengl/mesa/osmesa.c
- Timestamp:
- Mar 2, 2000, 2:27:30 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/osmesa.c
r2962 r2970 1 /* $Id: osmesa.c,v 1. 1 2000-03-01 18:49:33 jeroenExp $ */1 /* $Id: osmesa.c,v 1.2 2000-03-02 13:27:30 sandervl Exp $ */ 2 2 3 3 /* … … 82 82 83 83 static OSMesaContext osmesa_get_thread_context( void ) { 84 #ifdef __WIN32OS2__ 85 return (OSMesaContext) MesaGetTSD(&osmesa_ctx_tsd, osmesa_ctx_thread_init); 86 #else 84 87 return (OSMesaContext) MesaGetTSD(&osmesa_ctx_tsd); 88 #endif 85 89 } 86 90
Note:
See TracChangeset
for help on using the changeset viewer.