diff options
Diffstat (limited to 'o3d/plugin/mac/graphics_utils_mac.h')
-rw-r--r-- | o3d/plugin/mac/graphics_utils_mac.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/o3d/plugin/mac/graphics_utils_mac.h b/o3d/plugin/mac/graphics_utils_mac.h index 9c4cee5..710e683 100644 --- a/o3d/plugin/mac/graphics_utils_mac.h +++ b/o3d/plugin/mac/graphics_utils_mac.h @@ -36,6 +36,8 @@ #include <Cocoa/Cocoa.h> #include <AGL/agl.h> +namespace o3d { + void SlideWindowToRect(WindowRef the_window, CGRect destination_rect, double transition_duration_seconds); @@ -53,4 +55,6 @@ CGRect Rect2CGRect(const Rect &inRect); void PaintRoundedCGRect(CGContextRef context, CGRect rect, float radius, bool fill); +} // namespace o3d + #endif // O3D_PLUGIN_MAC_GRAPHICS_UTILS_MAC_H_ |