summaryrefslogtreecommitdiffstats
path: root/o3d/converter/cross/renderer_stub.h
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/converter/cross/renderer_stub.h')
-rw-r--r--o3d/converter/cross/renderer_stub.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/o3d/converter/cross/renderer_stub.h b/o3d/converter/cross/renderer_stub.h
index 3f0c413..514349d 100644
--- a/o3d/converter/cross/renderer_stub.h
+++ b/o3d/converter/cross/renderer_stub.h
@@ -71,6 +71,13 @@ class RendererStub : public Renderer {
int height,
float min_z,
float max_z);
+ virtual bool GoFullscreen(const DisplayWindow& display,
+ int mode_id);
+ virtual bool CancelFullscreen(const DisplayWindow& display,
+ int width, int height);
+ virtual bool fullscreen() const;
+ virtual void GetDisplayModes(std::vector<DisplayMode> *modes);
+ virtual bool GetDisplayMode(int id, DisplayMode *mode);
// Overridden from Renderer.
virtual const int* GetRGBAUByteNSwizzleTable();