summaryrefslogtreecommitdiffstats
path: root/MetaTile/Core.hs
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-09-17 01:36:14 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-09-17 01:36:14 +0200
commitc04271bf6b9126f635b9b9baf173b2af5380fd84 (patch)
tree7638dd803464631c8014a6a6a425d9b5fcb91e98 /MetaTile/Core.hs
parent43759844f5fb4d8e5280e6b697b6f7efcadf0c6b (diff)
downloadmetatile-c04271bf6b9126f635b9b9baf173b2af5380fd84.tar
metatile-c04271bf6b9126f635b9b9baf173b2af5380fd84.zip
Add layout modifier for floating layer support
Diffstat (limited to 'MetaTile/Core.hs')
-rw-r--r--MetaTile/Core.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MetaTile/Core.hs b/MetaTile/Core.hs
index 79611fd..3d84ea3 100644
--- a/MetaTile/Core.hs
+++ b/MetaTile/Core.hs
@@ -22,7 +22,7 @@ module MetaTile.Core (
XConf(..), XConfig(..), LayoutClass(..),
Layout(..), readsLayout, Typeable, Message,
SomeMessage(..), fromMessage, LayoutMessages(..),
- StateExtension(..), ExtensionClass(..),
+ StateExtension(..), ExtensionClass(..), Window, Rectangle(..),
runX, catchX, userCode, userCodeDef, io, catchIO, installSignalHandlers, uninstallSignalHandlers,
withDisplay, withWindowSet, isRoot, runOnWorkspaces,
getWindowState, getsWindowState, setWindowState, modifyWindowState,