From cf25ae10fa019378c5aa5c7381275bd475c11ed4 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Wed, 30 Dec 2009 08:46:04 +0100 Subject: add positions with height information Ignore-this: 1244d13c44610fc3b1d9b73a0ebfac59 darcs-hash:20091230074604-76d51-a3415c7365aa22dfb9891cc6bb5c5ef4e726a805.gz --- Config.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Config.hs') diff --git a/Config.hs b/Config.hs index 4873711..36c1c85 100644 --- a/Config.hs +++ b/Config.hs @@ -58,8 +58,10 @@ data Config = data XPosition = Top | TopW Align Int + | TopSize Align Int Int | Bottom | BottomW Align Int + | BottomSize Align Int Int | Static {xpos, ypos, width, height :: Int} | OnScreen Int XPosition deriving ( Read, Eq ) -- cgit v1.2.3