mirror of https://github.com/encounter/SDL.git
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 New Issue