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;
|
return [window_ styleMask] & NSClosableWindowMask;
|
||||||
}
|
}
|
||||||
|
|
||||||
void NativeWindowMac::SetAlwaysOnTop(bool top, const std::string& level, int relativeLevel,
|
void NativeWindowMac::SetAlwaysOnTop(bool top, const std::string& level,
|
||||||
std::string* error) {
|
int relativeLevel, std::string* error) {
|
||||||
int windowLevel = NSNormalWindowLevel;
|
int windowLevel = NSNormalWindowLevel;
|
||||||
CGWindowLevel maxWindowLevel = CGWindowLevelForKey(kCGMaximumWindowLevelKey);
|
CGWindowLevel maxWindowLevel = CGWindowLevelForKey(kCGMaximumWindowLevelKey);
|
||||||
CGWindowLevel minWindowLevel = CGWindowLevelForKey(kCGMinimumWindowLevelKey);
|
CGWindowLevel minWindowLevel = CGWindowLevelForKey(kCGMinimumWindowLevelKey);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue