summaryrefslogtreecommitdiffstats
path: root/o3d/plugin/mac/plugin_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/plugin/mac/plugin_mac.h')
-rw-r--r--o3d/plugin/mac/plugin_mac.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/o3d/plugin/mac/plugin_mac.h b/o3d/plugin/mac/plugin_mac.h
index 7f3faa0..ebf9c3a 100644
--- a/o3d/plugin/mac/plugin_mac.h
+++ b/o3d/plugin/mac/plugin_mac.h
@@ -43,6 +43,8 @@
namespace o3d {
+class DisplayMode;
+
// RenderTimer maintains an animation timer (nominally running at 60fps)
//
// Keeps track of the current NPP instances running in the browser and then
@@ -83,6 +85,7 @@ void ReleaseSafariBrowserWindow(void* browserWindow);
// Some miscellaneous helper functions...
+void GetCurrentDisplayMode(DisplayMode *mode);
void CFReleaseIfNotNull(CFTypeRef cf);