Merge pull request #5718 from felixrieseberg/windows-fullscreenable
authorCheng Zhao <zcbenz@gmail.com>
Mon, 30 May 2016 00:08:16 +0000 (00:08 +0000)
committerCheng Zhao <zcbenz@gmail.com>
Mon, 30 May 2016 00:08:16 +0000 (00:08 +0000)
Fix setFullscreen() on Windows

1  2 
atom/browser/native_window.cc
docs/api/browser-window.md

Simple merge
@@@ -57,10 -57,11 +57,11 @@@ It creates a new `BrowserWindow` with n
    * `alwaysOnTop` Boolean - Whether the window should always stay on top of
      other windows. Default is `false`.
    * `fullscreen` Boolean - Whether the window should show in fullscreen. When
 -    explicity set to `false` the fullscreen button will be hidden or disabled
 +    explicitly set to `false` the fullscreen button will be hidden or disabled
      on OS X. Default is `false`.
-   * `fullscreenable` Boolean - Whether the maximize/zoom button on OS X should
-     toggle full screen mode or maximize window. Default is `true`.
+   * `fullscreenable` Boolean - Whether the window can be put into fullscreen 
+     mode. On OS X, also whether the maximize/zoom button should toggle full 
+     screen mode or maximize window. Default is `true`.
    * `skipTaskbar` Boolean - Whether to show the window in taskbar. Default is
      `false`.
    * `kiosk` Boolean - The kiosk mode. Default is `false`.