summaryrefslogtreecommitdiffstats
path: root/src/graphics/opengl/gldevice.h
diff options
context:
space:
mode:
authoradiblol <adiblol@hydrogen>2012-09-30 03:18:11 +0200
committeradiblol <adiblol@hydrogen>2012-09-30 03:18:11 +0200
commit923616ccac5d84184a70ac4bd10ff35322802c8c (patch)
treec6bb91cc1839810c351c0739658ef10eba0181f7 /src/graphics/opengl/gldevice.h
parentc36d0c8ed24775babd875e5f1ff7083e85fb2191 (diff)
downloadcolobot-923616ccac5d84184a70ac4bd10ff35322802c8c.tar.gz
colobot-923616ccac5d84184a70ac4bd10ff35322802c8c.tar.bz2
colobot-923616ccac5d84184a70ac4bd10ff35322802c8c.zip
Dirty hack to allow window resizing or even full screen.
Currently makes text buggy! (full screen must be initiated by window manager, for example Alt+F11 in Fluxbox)
Diffstat (limited to 'src/graphics/opengl/gldevice.h')
-rw-r--r--src/graphics/opengl/gldevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphics/opengl/gldevice.h b/src/graphics/opengl/gldevice.h
index 8af864e..2f9b9d8 100644
--- a/src/graphics/opengl/gldevice.h
+++ b/src/graphics/opengl/gldevice.h
@@ -86,6 +86,7 @@ public:
virtual void BeginScene();
virtual void EndScene();
+ virtual void ResizeViewport(const unsigned int width, const unsigned int height);
virtual void Clear();