mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-22 11:01:09 +00:00
haiku: Patched to compile.
This commit is contained in:
parent
f2fcd324c5
commit
f10db4071d
|
@ -578,9 +578,9 @@ private:
|
|||
return;
|
||||
}
|
||||
if (bEnabled) {
|
||||
SetFlags(GetFlags() & ~(B_NOT_RESIZABLE | B_NOT_ZOOMABLE));
|
||||
SetFlags(Flags() & ~(B_NOT_RESIZABLE | B_NOT_ZOOMABLE));
|
||||
} else {
|
||||
SetFlags(GetFlags() | (B_NOT_RESIZABLE | B_NOT_ZOOMABLE));
|
||||
SetFlags(Flags() | (B_NOT_RESIZABLE | B_NOT_ZOOMABLE));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue