summaryrefslogtreecommitdiffstats
path: root/haskell/xmonad-contrib/XMonad_Util_Paste_hs.patch
blob: bc61d032d74ddff47c7a6c5215156016c6423560 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- XMonad/Util/Paste.hs.orig	2012-05-17 16:47:40.345000003 +0300
+++ XMonad/Util/Paste.hs	2012-05-17 16:47:55.724000002 +0300
@@ -89,9 +89,3 @@
                   sendEvent d w True keyPressMask ev
                   setEventType ev keyRelease
                   sendEvent d w True keyReleaseMask ev
-
--- | A null 'KeyMask'. Used when you don't want a character or string shifted, control'd, or what.
---
---   TODO: This really should be a function in the X11 binding. When noModMask shows up there, remove.
-noModMask :: KeyMask
-noModMask = 0