diff options
-rw-r--r-- | remoting/host/disconnect_window_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/disconnect_window_mac.mm b/remoting/host/disconnect_window_mac.mm index dfd4ca4..12a4f5f 100644 --- a/remoting/host/disconnect_window_mac.mm +++ b/remoting/host/disconnect_window_mac.mm @@ -178,7 +178,7 @@ scoped_ptr<DisconnectWindow> DisconnectWindow::Create( @implementation DisconnectWindow - (id)initWithContentRect:(NSRect)contentRect - styleMask:(unsigned int)aStyle + styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag { // Pass NSBorderlessWindowMask for the styleMask to remove the title bar. |