diff options
author | Sven Gothel <[email protected]> | 2011-10-29 15:10:48 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-10-29 15:10:48 +0200 |
commit | 6a770d1ec80a656db62feb8100e3fe58800e79af (patch) | |
tree | b20ea684417f6945b30426782e1442382ec1afb8 /make/config/nativewindow/jawt-macosx.cfg | |
parent | bc826eb2e216ce82a5e6bc61403e4eff2f338380 (diff) |
MacOsX/JAWT_SurfaceLayers/CALayers: Kick off / JAWT_getAWT() CALAYER version support.
Diffstat (limited to 'make/config/nativewindow/jawt-macosx.cfg')
-rw-r--r-- | make/config/nativewindow/jawt-macosx.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/make/config/nativewindow/jawt-macosx.cfg b/make/config/nativewindow/jawt-macosx.cfg index c41367f4a..20260f693 100644 --- a/make/config/nativewindow/jawt-macosx.cfg +++ b/make/config/nativewindow/jawt-macosx.cfg @@ -5,6 +5,7 @@ NativeOutputDir gensrc/native/MacOSX Opaque long void * Opaque long NSView * +Opaque long CALayer * CustomCCode #include <inttypes.h> CustomCCode #include </usr/include/machine/types.h> @@ -12,3 +13,7 @@ CustomCCode #include </usr/include/machine/types.h> StructPackage JAWT_MacOSXDrawingSurfaceInfo jogamp.nativewindow.jawt.macosx EmitStruct JAWT_MacOSXDrawingSurfaceInfo Implements JAWT_MacOSXDrawingSurfaceInfo JAWT_PlatformInfo + +StructPackage JAWT_SurfaceLayers jogamp.nativewindow.jawt.macosx +EmitStruct JAWT_SurfaceLayers +Implements JAWT_SurfaceLayers JAWT_PlatformInfo |