mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-20 06:39:59 +01:00
DRAFT feature for showing test pattern on output window
This commit is contained in:
@@ -63,9 +63,10 @@ struct WindowConfig
|
||||
bool scaled;
|
||||
bool decorated;
|
||||
std::string monitor;
|
||||
bool show_pattern;
|
||||
|
||||
WindowConfig() : name(APP_TITLE), x(15), y(15), w(1280), h(720),
|
||||
fullscreen(false), scaled(false), decorated(true), monitor("") { }
|
||||
fullscreen(false), scaled(false), decorated(true), monitor(""), show_pattern(false) { }
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user