diff options
author | Jason Creighton <jcreigh@gmail.com> | 2007-06-06 02:50:56 +0200 |
---|---|---|
committer | Jason Creighton <jcreigh@gmail.com> | 2007-06-06 02:50:56 +0200 |
commit | 45be68a3fdc8d51a9505e7ca75d02df58059c610 (patch) | |
tree | 7d51be4c31b5442bdf75b390af7082240fb02148 /Config.hs-boot | |
parent | e33a76555129977701b52b9a401d74c8f0ee9461 (diff) | |
download | metatile-45be68a3fdc8d51a9505e7ca75d02df58059c610.tar metatile-45be68a3fdc8d51a9505e7ca75d02df58059c610.zip |
move extraModifiers/cleanMask to Operations.hs
so XMonadContrib can use them
darcs-hash:20070606005056-b9aa7-96a3bb09f8e6dabd707eed7b5f19d733e5e1778e
Diffstat (limited to 'Config.hs-boot')
-rw-r--r-- | Config.hs-boot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Config.hs-boot b/Config.hs-boot index b6868aa..85b4339 100644 --- a/Config.hs-boot +++ b/Config.hs-boot @@ -1,4 +1,6 @@ module Config where import Graphics.X11.Xlib.Types (Dimension) +import Graphics.X11.Xlib (KeyMask) borderWidth :: Dimension logging :: Bool +numlockMask :: KeyMask |