From 903183d6b80cc4c248eea04a82dca47c7c9f0082 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Sat, 26 Jan 2008 10:21:41 +0100 Subject: Don't export TConf anymore and export DeConfig instead WARNING: this patch may be breaking your configuration. While it is still possible to use: tabbed shrinkText defaultTConf updating the fields of the defaultTConf record is not possible anymore, since the type TConf is now hidden. WARNING: "tabSize" has been substituted by "decoHeight" You can change your configuration this way: myTConf :: TConf myTConf darcs-hash:20080126092141-32816-e85f5278e303d811f487460f68f0a15082476d2d.gz --- XMonad/Layout/Tabbed.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'XMonad/Layout/Tabbed.hs') diff --git a/XMonad/Layout/Tabbed.hs b/XMonad/Layout/Tabbed.hs index 3581793..dfedb6b 100644 --- a/XMonad/Layout/Tabbed.hs +++ b/XMonad/Layout/Tabbed.hs @@ -25,7 +25,8 @@ module XMonad.Layout.Tabbed -- $usage tabbed , tabDeco - , TConf (..), defaultTConf + , defaultTConf + , DeConfig (..) , TabbedDecoration (..), defaultTabbedConfig , shrinkText, CustomShrink(CustomShrink) , Shrinker(..) -- cgit v1.2.3