1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-08-10 17:52:09 -07:00

Merge pull request from ivanbrennan/hidden-windows-export

HiddenWindows: export type constructor
This commit is contained in:
Brent Yorgey
2020-05-14 14:46:43 -05:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
CHANGES.md
XMonad/Layout

@@ -88,6 +88,10 @@
- Added a `WithWindow` constructor to `WindowPrompt` to allow executing
actions of type `Window -> X ()` on the chosen window.
* `XMonad.Layout.Hidden`
- Export `HiddenWindows` type constructor.
## 0.16
### Breaking Changes

@@ -20,7 +20,8 @@
module XMonad.Layout.Hidden
( -- * Usage
-- $usage
HiddenMsg (..)
HiddenWindows
, HiddenMsg (..)
, hiddenWindows
, hideWindow
, popOldestHiddenWindow