diff options
Diffstat (limited to 'o3d/plugin/win/main_win.cc')
-rw-r--r-- | o3d/plugin/win/main_win.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/o3d/plugin/win/main_win.cc b/o3d/plugin/win/main_win.cc index 01f8704..4cc9d33 100644 --- a/o3d/plugin/win/main_win.cc +++ b/o3d/plugin/win/main_win.cc @@ -804,6 +804,11 @@ extern "C" { return NPERR_NO_ERROR; } + bool PluginObject::GetDisplayMode(int id, o3d::DisplayMode *mode) { + return renderer()->GetDisplayMode(mode_id, mode); + } + + HWND CreateFullscreenWindow(PluginObject *obj, int mode_id) { o3d::DisplayMode mode; |