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 Tue Jul 29 08:51:10 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Fix minor warnings
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 Tue Jul 29 08:51:10 2008 +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
.