diff options
Diffstat (limited to 'o3d/plugin/mac/graphics_utils_mac.mm')
-rw-r--r-- | o3d/plugin/mac/graphics_utils_mac.mm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/o3d/plugin/mac/graphics_utils_mac.mm b/o3d/plugin/mac/graphics_utils_mac.mm index 88af452..4b8b45f90 100644 --- a/o3d/plugin/mac/graphics_utils_mac.mm +++ b/o3d/plugin/mac/graphics_utils_mac.mm @@ -32,6 +32,8 @@ #include "plugin/mac/graphics_utils_mac.h" +namespace o3d { + // Slide a window to a different rect, asynchronously, over a period of time. void SlideWindowToRect(WindowRef the_window, CGRect destination_rect, @@ -128,3 +130,5 @@ void PaintRoundedCGRect(CGContextRef context, else CGContextStrokePath(context); } + +} // namespace o3d |