diff options
author | Don Stewart <dons@cse.unsw.edu.au> | 2007-06-05 10:37:35 +0200 |
---|---|---|
committer | Don Stewart <dons@cse.unsw.edu.au> | 2007-06-05 10:37:35 +0200 |
commit | 90d86554f871b740f6d8ce913bad5066f7aabb6b (patch) | |
tree | 14716a80ea1d19964d41a84b2d13bc2d19faf0b2 /Config.hs-boot | |
parent | f092ffd4bfdc0973db04808953405a5df892ec1d (diff) | |
download | metatile-90d86554f871b740f6d8ce913bad5066f7aabb6b.tar metatile-90d86554f871b740f6d8ce913bad5066f7aabb6b.zip |
Enable logging of state changes to stdout
darcs-hash:20070605083735-9c5c1-1ab5acbd611914caa7b5cdf1f2df338c0ee616f8
Diffstat (limited to 'Config.hs-boot')
-rw-r--r-- | Config.hs-boot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Config.hs-boot b/Config.hs-boot index 2d66ae1..b6868aa 100644 --- a/Config.hs-boot +++ b/Config.hs-boot @@ -1,3 +1,4 @@ module Config where import Graphics.X11.Xlib.Types (Dimension) borderWidth :: Dimension +logging :: Bool |