diff options
author | Ivan Tarasov <Ivan.Tarasov@gmail.com> | 2007-08-25 19:41:56 +0200 |
---|---|---|
committer | Ivan Tarasov <Ivan.Tarasov@gmail.com> | 2007-08-25 19:41:56 +0200 |
commit | b203d10fad2bd01b9ecfd2be61dfc04645e62c41 (patch) | |
tree | 5d3013ed77843fe0cb3ce8944973c2fdc3b44aa0 | |
parent | 9e5b3a1720f4447a86be56fe2cc87a61d9d3a545 (diff) | |
download | metatile-b203d10fad2bd01b9ecfd2be61dfc04645e62c41.tar metatile-b203d10fad2bd01b9ecfd2be61dfc04645e62c41.zip |
export getAtom from XMonad.
darcs-hash:20070825174156-19dd5-f523ef780b9cc227014958966c0f96a444542c86
-rw-r--r-- | XMonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ module XMonad ( X, WindowSet, WorkspaceId, ScreenId(..), ScreenDetail(..), XState(..), XConf(..), Layout(..), Typeable, Message, SomeMessage(..), fromMessage, runLayout, - runX, catchX, io, catchIO, withDisplay, withWindowSet, isRoot, spawn, restart, trace, whenJust, whenX, + runX, catchX, io, catchIO, withDisplay, withWindowSet, isRoot, getAtom, spawn, restart, trace, whenJust, whenX, atom_WM_STATE, atom_WM_PROTOCOLS, atom_WM_DELETE_WINDOW ) where |