summaryrefslogtreecommitdiffstats
path: root/src/graphics/core/device.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/core/device.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/core/device.h')
-rw-r--r--src/graphics/core/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics/core/device.h b/src/graphics/core/device.h
index 0777396..bd56ea3 100644
--- a/src/graphics/core/device.h
+++ b/src/graphics/core/device.h
@@ -72,7 +72,7 @@ struct DeviceConfig
size = Math::IntPoint(800, 600);
bpp = 32;
fullScreen = false;
- resizeable = false;
+ resizeable = true;
doubleBuf = true;
noFrame = false;
}