Wrap params at 80 characters
This commit is contained in:
parent
2cacaa443a
commit
9b2b6da3a3
1 changed files with 2 additions and 2 deletions
|
@ -1056,8 +1056,8 @@ bool NativeWindowMac::IsClosable() {
|
|||
return [window_ styleMask] & NSClosableWindowMask;
|
||||
}
|
||||
|
||||
void NativeWindowMac::SetAlwaysOnTop(bool top, const std::string& level, int relativeLevel,
|
||||
std::string* error) {
|
||||
void NativeWindowMac::SetAlwaysOnTop(bool top, const std::string& level,
|
||||
int relativeLevel, std::string* error) {
|
||||
int windowLevel = NSNormalWindowLevel;
|
||||
CGWindowLevel maxWindowLevel = CGWindowLevelForKey(kCGMaximumWindowLevelKey);
|
||||
CGWindowLevel minWindowLevel = CGWindowLevelForKey(kCGMinimumWindowLevelKey);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue