Mention how to reset thumbnail to entire window

This commit is contained in:
Kevin Sawicki 2016-07-15 09:30:42 -07:00
parent efcdad2751
commit e24885b160
2 changed files with 4 additions and 2 deletions

View file

@ -994,7 +994,9 @@ The `flags` is an array that can include following `String`s:
* `height` Integer - height of region
Sets the region of the window to show as the thumbnail image displayed when
hovering over the window in the taskbar.
hovering over the window in the taskbar. You can reset the thumbnail to be
the entire window by specifying an empty region:
`{x: 0, y: 0, width: 0, height: 0}`.
#### `win.showDefinitionForSelection()` _macOS_