diff options
author | Geenz <geenz@geenzo.com> | 2013-03-11 10:26:52 -0400 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-03-11 10:26:52 -0400 |
commit | 3c60fb24ca3685614880645af61d44287c369aea (patch) | |
tree | b4cdf8d72a107de57325577942cafdbb5699e66a /indra/llwindow/llopenglview-objc.h | |
parent | 5caa7a465e73fc9cf70f5f2c5d147a509bd5e185 (diff) | |
parent | d046e606575b2c3714a88e321c88e05441cba4a8 (diff) |
Merge
Diffstat (limited to 'indra/llwindow/llopenglview-objc.h')
-rw-r--r-- | indra/llwindow/llopenglview-objc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llwindow/llopenglview-objc.h b/indra/llwindow/llopenglview-objc.h index b344bed2ef..c3ae34ea50 100644 --- a/indra/llwindow/llopenglview-objc.h +++ b/indra/llwindow/llopenglview-objc.h @@ -7,6 +7,9 @@ // #import <Cocoa/Cocoa.h> +#import <IOKit/IOKitLib.h> +#import <CoreFoundation/CFBase.h> +#import <CoreFoundation/CFNumber.h> #include "llwindowmacosx-objc.h" // Some nasty shovelling of LLOpenGLView from LLNativeBindings to prevent any C++ <-> Obj-C interop oddities. @@ -33,6 +36,8 @@ - (CGLContextObj) getCGLContextObj; - (CGLPixelFormatObj*)getCGLPixelFormatObj; +- (unsigned long) getVramSize; + @end @interface LLNSWindow : NSWindow { |