diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-06-04 22:46:17 +0200 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-06-04 22:46:17 +0200 |
commit | f2c9837e1b1f4d4e807545516fd3367746d5bbac (patch) | |
tree | b9247080330474861d430adcf833cd0afdb9016d | |
parent | d794463e668bf2f8573fcb57907443d5b265f6f5 (diff) | |
download | xmonad-f2c9837e1b1f4d4e807545516fd3367746d5bbac.tar.gz xmonad-f2c9837e1b1f4d4e807545516fd3367746d5bbac.tar.xz xmonad-f2c9837e1b1f4d4e807545516fd3367746d5bbac.zip |
Delete stale comment
darcs-hash:20070604204617-a5988-888a1c992b79e45260738a16e58017dab5061d6b.gz
Diffstat (limited to '')
-rw-r--r-- | Operations.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Operations.hs b/Operations.hs index 6e87d05..450e123 100644 --- a/Operations.hs +++ b/Operations.hs @@ -176,8 +176,6 @@ windows f = do clearEnterEvents - -- TODO: move this into StackSet. This isn't exactly the usual integrate. - -- | setWMState. set the WM_STATE property setWMState :: Window -> Int -> X () setWMState w v = withDisplay $ \dpy -> do |