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 681:1755a126b109
prev663:553bb7d6befa
next736:a02d1475ccfd
author nkeynes
date Wed Jun 25 10:39:05 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Remove superfluous call to gdrom_get_native_devices()
file annotate diff log raw
1.1 --- a/src/drivers/video_nsgl.h Thu Apr 17 08:15:19 2008 +0000
1.2 +++ b/src/drivers/video_nsgl.h Wed Jun 25 10:39:05 2008 +0000
1.3 @@ -33,5 +33,9 @@
1.4 */
1.5 void video_nsgl_shutdown();
1.6
1.7 +/**
1.8 + * Standard front/back buffer swap
1.9 + */
1.10 +void video_nsgl_swap_buffers();
1.11
1.12 #endif /* !video_nsgl_H */
1.13 \ No newline at end of file
.