Search
lxdream.org :: lxdream/src/drivers/video_nsgl.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/video_nsgl.h
changeset 786:8f6ece92500e
prev736:a02d1475ccfd
author nkeynes
date Wed Mar 25 11:57:05 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Change glXMakeContextCurrent call to glXMakeCurrent - works around crash bug
in mesa: http://www.mail-archive.com/mesa-commit@lists.freedesktop.org/msg04338.html
file annotate diff log raw
1.1 --- a/src/drivers/video_nsgl.h Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/drivers/video_nsgl.h Wed Mar 25 11:57:05 2009 +0000
1.3 @@ -42,6 +42,11 @@
1.4 */
1.5 void video_nsgl_swap_buffers();
1.6
1.7 +/**
1.8 + * Update the NSGL context after a window change
1.9 + */
1.10 +void video_nsgl_update();
1.11 +
1.12 #ifdef __cplusplus
1.13 }
1.14 #endif
.