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 | 6d2d3006806eb73959a6c5d68896f7bc05c6598e (patch) | |
tree | 7d51be4c31b5442bdf75b390af7082240fb02148 /Config.hs-boot | |
parent | bd8961ef3222d83ecdd4103d920bf72cd58fe2e7 (diff) | |
download | xmonad-6d2d3006806eb73959a6c5d68896f7bc05c6598e.tar.gz xmonad-6d2d3006806eb73959a6c5d68896f7bc05c6598e.tar.xz xmonad-6d2d3006806eb73959a6c5d68896f7bc05c6598e.zip |
move extraModifiers/cleanMask to Operations.hs
so XMonadContrib can use them
darcs-hash:20070606005056-b9aa7-96a3bb09f8e6dabd707eed7b5f19d733e5e1778e.gz
Diffstat (limited to '')
-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 |