mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Cleaned up some love.window code.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user