From 1cd0bc3152894e1d6a5c542a02ff0348e71b3699 Mon Sep 17 00:00:00 2001
From: adiblol <adiblol@hydrogen>
Date: Sat, 25 May 2013 23:18:27 +0200
Subject: [PATCH] Resizing is fully functional so it can be enabled by default.

---
 src/graphics/core/device.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/graphics/core/device.h b/src/graphics/core/device.h
index 41d7796a..b7143585 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;
     }