linter
This commit is contained in:
@@ -71,10 +71,10 @@ class Screen {
|
||||
private:
|
||||
// Estructuras
|
||||
struct DisplayMonitor {
|
||||
std::string name{};
|
||||
int width{0};
|
||||
int height{0};
|
||||
int refresh_rate{0};
|
||||
std::string name;
|
||||
int width{0};
|
||||
int height{0};
|
||||
int refresh_rate{0};
|
||||
};
|
||||
|
||||
struct FPS {
|
||||
|
||||
Reference in New Issue
Block a user