mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
sys: Added setting to override borderless window mode even on Intel
This commit is contained in:
@@ -16,7 +16,7 @@ namespace hex {
|
||||
|
||||
class Window {
|
||||
public:
|
||||
Window(bool borderlessWindow);
|
||||
Window();
|
||||
~Window();
|
||||
|
||||
void loop();
|
||||
@@ -52,8 +52,6 @@ namespace hex {
|
||||
|
||||
std::list<std::string> m_popupsToOpen;
|
||||
std::vector<int> m_pressedKeys;
|
||||
|
||||
bool m_useBorderlessWindow = false;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user