Cleaned up some love.window code.

This commit is contained in:
Alex Szpakowski
2015-12-17 23:15:06 -04:00
parent 4e75c7be9a
commit f6809f941d
2 changed files with 56 additions and 61 deletions
+6 -10
View File
@@ -131,16 +131,12 @@ private:
std::string title;
struct _currentMode
{
int width = 800;
int height = 600;
int pixelwidth = 800;
int pixelheight = 600;
WindowSettings settings;
StrongRef<love::image::ImageData> icon;
} curMode;
int windowWidth = 800;
int windowHeight = 600;
int pixelWidth = 800;
int pixelHeight = 600;
WindowSettings settings;
StrongRef<love::image::ImageData> icon;
bool open;