From f256967414f0da826c4eb420a4429c9a1cbe403c Mon Sep 17 00:00:00 2001 From: Zachary Flower Date: Mon, 11 Sep 2017 23:09:45 -0600 Subject: [PATCH] :memo: make clear what simple fullscreen mode is --- docs/api/browser-window.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 660db87ef5b2..64e244f30106 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -771,11 +771,13 @@ Returns `Boolean` - Whether the window is in fullscreen mode. * `flag` Boolean -Sets whether the window should be in simple fullscreen mode. +Enters or leaves simple fullscreen mode. + +Simple fullscreen mode emulates the native fullscreen behavior found in versions of Mac OS X prior to Lion (10.7). #### `win.isSimpleFullScreen()` _macOS_ -Returns `Boolean` - Whether the window is in simple fullscreen mode. +Returns `Boolean` - Whether the window is in simple (pre-Lion) fullscreen mode. #### `win.setAspectRatio(aspectRatio[, extraSize])` _macOS_