diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-05-29 10:41:31 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-05-29 10:42:02 -0600 |
commit | 645c131264ae169cf64753a930ada500b6933fe7 (patch) | |
tree | cf58f0d06261ec8cc64538c98a48526822b6e637 /include/GL/wmesa.h | |
parent | a1a0e51043cc6feea7811113139cb5b6d753403e (diff) |
Assorted Windows fixes (Karl Schultz)
Diffstat (limited to 'include/GL/wmesa.h')
-rw-r--r-- | include/GL/wmesa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/wmesa.h b/include/GL/wmesa.h index 1c959a6792..f5f4f273ba 100644 --- a/include/GL/wmesa.h +++ b/include/GL/wmesa.h @@ -130,7 +130,7 @@ extern void WMesaPaletteChange(HPALETTE Pal); extern void WMesaMove(void); - +void WMesaShareLists(WMesaContext ctx_to_share, WMesaContext ctx); #ifdef __cplusplus } |