added nomaxsize rule
This commit is contained in:
parent
d8dcf670da
commit
73b3bbe49b
4 changed files with 5 additions and 1 deletions
|
|
@ -170,6 +170,8 @@ void Events::listener_mapWindow(void* owner, void* data) {
|
|||
requestsFullscreen = true;
|
||||
} else if (r.szRule == "windowdance") {
|
||||
PWINDOW->m_sAdditionalConfigData.windowDanceCompat = true;
|
||||
} else if (r.szRule == "nomaxsize") {
|
||||
PWINDOW->m_sAdditionalConfigData.noMaxSize = true;
|
||||
} else if (r.szRule == "forceinput") {
|
||||
PWINDOW->m_sAdditionalConfigData.forceAllowsInput = true;
|
||||
} else if (r.szRule == "pin") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue