diff options
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 |