
28 Jan
2010
28 Jan
'10
10:24 a.m.
Comment #2 on issue 366 by vogt.adam: XMonad.Layout.NoFrillsDecoration depends on SimpleDecoration http://code.google.com/p/xmonad/issues/detail?id=366 Probably the easiest way is to re-export the whole SimpleDecoration module, as in:
module XMonad.Layout.NoFrillsDecoration ( ..... ..... module XMonad.Layout.SimpleDecoration )
import XMonad.Layout.SimpleDecoration (thing1,thing2)
But the required imports from SimpleDecoration could also be explicitly listed, though I don't think it matters so much here. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings