Search
lxdream.org :: lxdream/src/cocoaui/paths_osx.m :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/cocoaui/paths_osx.m
changeset 1041:5fcc39857c5c
prev1038:f220d18c0615
next1297:7e98a164b2d9
author nkeynes
date Thu Feb 23 15:24:47 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Check for existence of glDrawBuffer (assuming that glReadBuffer will
follow). Note only need to guard the common code in gl_fbo.c
file annotate diff log raw
1.1 --- a/src/cocoaui/paths_osx.m Thu Jun 25 01:15:25 2009 +0000
1.2 +++ b/src/cocoaui/paths_osx.m Thu Feb 23 15:24:47 2012 +1000
1.3 @@ -19,8 +19,10 @@
1.4 */
1.5
1.6 #include <string.h>
1.7 +#include <glib/gstrfuncs.h>
1.8
1.9 #include "lxdream.h"
1.10 +#include "lxpaths.h"
1.11
1.12 #include <AppKit/AppKit.h>
1.13
.