diff options
| author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2008-09-01 20:00:20 +0200 | 
|---|---|---|
| committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2008-09-01 20:00:20 +0200 | 
| commit | 09b6f7a318cf67c8931d078dfa1b978b9d159ca9 (patch) | |
| tree | 721cb35eea13c6356f396bd80d58cf2d9fb8a04c | |
| parent | ab3f6ba00c909af0354e7cccdd9f493d826eb222 (diff) | |
| download | xmobar-09b6f7a318cf67c8931d078dfa1b978b9d159ca9.tar.gz xmobar-09b6f7a318cf67c8931d078dfa1b978b9d159ca9.tar.bz2  | |
code formatting
darcs-hash:20080901180020-d6583-c55675755883b6c48a61b8770911198232a5d006.gz
| -rw-r--r-- | Xmobar.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,7 @@ createWin d fs c = do    srs     <- getScreenInfo d    rootw   <- rootWindow d dflt    (as,ds) <- textExtents fs "0" -  let ht       = as + ds + 4 +  let ht    = as + ds + 4        (r,o) = setPosition (position c) srs (fi ht)    win <- newWindow  d (defaultScreenOfDisplay d) rootw r o    selectInput       d win (exposureMask .|. structureNotifyMask)  | 
