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 736:a02d1475ccfd
prev681:1755a126b109
next786:8f6ece92500e
author nkeynes
date Fri Jul 18 12:54:59 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Fix make check for out-of-tree build
file annotate diff log raw
1.1 --- a/src/drivers/video_nsgl.h Sun Jun 01 00:47:45 2008 +0000
1.2 +++ b/src/drivers/video_nsgl.h Fri Jul 18 12:54:59 2008 +0000
1.3 @@ -16,12 +16,16 @@
1.4 * GNU General Public License for more details.
1.5 */
1.6
1.7 -#ifndef video_nsgl_H
1.8 -#define video_nsgl_H
1.9 +#ifndef lxdream_video_nsgl_H
1.10 +#define lxdream_video_nsgl_H 1
1.11
1.12 #include <AppKit/NSView.h>
1.13 #include "display.h"
1.14
1.15 +#ifdef __cplusplus
1.16 +extern "C" {
1.17 +#endif
1.18 +
1.19 /**
1.20 * Initialize the display driver by setting the appropriate methods
1.21 * for NSGL support
1.22 @@ -38,4 +42,8 @@
1.23 */
1.24 void video_nsgl_swap_buffers();
1.25
1.26 +#ifdef __cplusplus
1.27 +}
1.28 +#endif
1.29 +
1.30 #endif /* !video_nsgl_H */
1.31 \ No newline at end of file
.