diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2011-07-12 16:47:24 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2011-07-12 16:47:24 +0200 |
commit | 19378fdcf11af2ef78d1b7e6cbda06952bb4e692 (patch) | |
tree | 94727397b9e4852ad494f6503f955e46607da2af /src | |
parent | 6de4eb5792d88a70eaf9cc19784371a9a0eaba43 (diff) | |
download | phi-19378fdcf11af2ef78d1b7e6cbda06952bb4e692.tar phi-19378fdcf11af2ef78d1b7e6cbda06952bb4e692.zip |
Further worked out module structure
Diffstat (limited to 'src')
-rw-r--r-- | src/Phi.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,4 +3,4 @@ import Phi.X11 main :: IO () main = do - initPhi phiDefaultXConfig { phiPanelPosition = Bottom } + initPhi defaultXConfig defaultPanelConfig { panelPosition = Bottom } |