aboutsummaryrefslogtreecommitdiffstats
path: root/Operations.hs
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-09-23 13:52:19 +0200
committerDavid Roundy <droundy@darcs.net>2007-09-23 13:52:19 +0200
commit3ddeae7d34831eda92f9a8eb7c9dc94a02f70cef (patch)
treea1d77ca9df45e581739eed1608996e0219ff2d7f /Operations.hs
parent365e1400645e970fe1d4d07401235a9bf044dbb9 (diff)
downloadxmonad-3ddeae7d34831eda92f9a8eb7c9dc94a02f70cef.tar.gz
xmonad-3ddeae7d34831eda92f9a8eb7c9dc94a02f70cef.tar.xz
xmonad-3ddeae7d34831eda92f9a8eb7c9dc94a02f70cef.zip
create default modifyLayout that ignores messages.
darcs-hash:20070923115219-72aca-d4400312d8edb267350518f4cce6acd99abc3e1d.gz
Diffstat (limited to 'Operations.hs')
-rw-r--r--Operations.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Operations.hs b/Operations.hs
index 86f0680..62780a4 100644
--- a/Operations.hs
+++ b/Operations.hs
@@ -381,7 +381,6 @@ instance Message IncMasterN
data Full a = Full deriving ( Show, Read )
instance Layout Full a where
doLayout Full sc (W.Stack f _ _) = return ([(f, sc)], Nothing)
- modifyLayout Full _ = return Nothing -- no changes
--
-- The tiling mode of xmonad, and its operations.
--