aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Tabbed.hs
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2008-02-18 19:49:50 +0100
committerAndrea Rossato <andrea.rossato@unibz.it>2008-02-18 19:49:50 +0100
commitad628d03e87e67ce70bf65ea460359fc1e4fcfc7 (patch)
treedbdd24152fcdffa5210cde6d89e4fa6bd852b272 /XMonad/Layout/Tabbed.hs
parent45508f6a368c123d538a9a17343b12b61f13e3a6 (diff)
downloadXMonadContrib-ad628d03e87e67ce70bf65ea460359fc1e4fcfc7.tar.gz
XMonadContrib-ad628d03e87e67ce70bf65ea460359fc1e4fcfc7.tar.xz
XMonadContrib-ad628d03e87e67ce70bf65ea460359fc1e4fcfc7.zip
Tabbed and TabBarDecoration: no need to implement decorateFirst (the default is used)
darcs-hash:20080218184950-32816-890c8dacefeb117b22f9379f66d468fb8023046e.gz
Diffstat (limited to 'XMonad/Layout/Tabbed.hs')
-rw-r--r--XMonad/Layout/Tabbed.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/XMonad/Layout/Tabbed.hs b/XMonad/Layout/Tabbed.hs
index 1497065..79ae941 100644
--- a/XMonad/Layout/Tabbed.hs
+++ b/XMonad/Layout/Tabbed.hs
@@ -90,7 +90,6 @@ data TabbedDecoration a = Tabbed deriving (Read, Show)
instance Eq a => DecorationStyle TabbedDecoration a where
describeDeco _ = "Tabbed"
- decorateFirst _ = True
decorationMouseDragHook _ _ _ = return ()
pureDecoration _ _ ht _ s wrs (w,r@(Rectangle x y wh _)) =
if length wrs' <= 1 then Nothing