diff options
author | Karl Schultz <[email protected]> | 2002-07-28 18:01:36 +0000 |
---|---|---|
committer | Karl Schultz <[email protected]> | 2002-07-28 18:01:36 +0000 |
commit | 54572c1b93559caab2c53fe08a2f56dc8cfb1b33 (patch) | |
tree | 6684b0d8c02677bd3508e0dfe7cb2dba02f21b19 /src/mesa/main/mesa.def | |
parent | c712425d0da07993e544c6967c56375203cdf6e4 (diff) |
export new symbols for osmesa lib
Diffstat (limited to 'src/mesa/main/mesa.def')
-rw-r--r-- | src/mesa/main/mesa.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/mesa.def b/src/mesa/main/mesa.def index b9a10623dae..e23f7ad3b48 100644 --- a/src/mesa/main/mesa.def +++ b/src/mesa/main/mesa.def @@ -451,6 +451,9 @@ EXPORTS _glapi_get_context _mesa_ResizeBuffersMESA _glapi_get_proc_address + _mesa_init_default_imports + _tnl_MakeCurrent + _swrast_DrawBuffer wglCopyContext wglCreateContext wglDeleteContext |