diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-11-01 08:53:08 +0100 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-11-01 08:53:08 +0100 |
commit | a68a77e8dc2be1c4fce82984a3a3903c2348611f (patch) | |
tree | 355ca7aeda8cab427fb71aeb750a4926900cd652 /Main.hs-boot | |
parent | 747407344e1a302f63e3a32a49dadb010c5bd523 (diff) | |
download | metatile-a68a77e8dc2be1c4fce82984a3a3903c2348611f.tar metatile-a68a77e8dc2be1c4fce82984a3a3903c2348611f.zip |
Remove manageHook from Main.hs-boot
darcs-hash:20071101075308-a5988-26cbe1f6f89a90f2e81b34f76c7e56030e5c2c11
Diffstat (limited to 'Main.hs-boot')
-rw-r--r-- | Main.hs-boot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Main.hs-boot b/Main.hs-boot index 47821a9..ce39bce 100644 --- a/Main.hs-boot +++ b/Main.hs-boot @@ -2,4 +2,3 @@ module Main where import Graphics.X11.Xlib (KeyMask,Window) import XMonad numlockMask :: KeyMask -manageHook :: Window -> String -> String -> String -> X (WindowSet -> WindowSet) |