summaryrefslogtreecommitdiff
path: root/community/xmonad-contrib/xmonad-contrib-remove-getatomname.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-21 00:05:31 -0700
committerroot <root@rshg054.dnsready.net>2013-03-21 00:05:31 -0700
commit76b6359ba6b2c7cce2f0b0725c7ecd831563cabf (patch)
treec0094f3f2750cc09b0e7bdce9a50af03858ddd51 /community/xmonad-contrib/xmonad-contrib-remove-getatomname.patch
parent3cdbec41955c7232e91ef149f77ce9ed215a10fa (diff)
Thu Mar 21 00:05:30 PDT 2013
Diffstat (limited to 'community/xmonad-contrib/xmonad-contrib-remove-getatomname.patch')
-rw-r--r--community/xmonad-contrib/xmonad-contrib-remove-getatomname.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/community/xmonad-contrib/xmonad-contrib-remove-getatomname.patch b/community/xmonad-contrib/xmonad-contrib-remove-getatomname.patch
new file mode 100644
index 000000000..92ea9bddf
--- /dev/null
+++ b/community/xmonad-contrib/xmonad-contrib-remove-getatomname.patch
@@ -0,0 +1,19 @@
+diff -aur xmonad-contrib-0.11/XMonad/Hooks/DebugEvents.hs xmonad-contrib.new/XMonad/Hooks/DebugEvents.hs
+--- xmonad-contrib-0.11/XMonad/Hooks/DebugEvents.hs 2013-01-01 01:32:44.000000000 +0000
++++ xmonad-contrib.new/XMonad/Hooks/DebugEvents.hs 2013-03-18 07:54:52.082723862 +0000
+@@ -50,6 +50,7 @@
+ import System.Process
+
+ -- this should move into X11
++{-
+ foreign import ccall unsafe "XGetAtomName"
+ xGetAtomName :: Display -> Atom -> IO CString
+
+@@ -63,6 +64,7 @@
+ xFree n
+ return $ Just n'
+
++-}
+ -- | Event hook to dump all received events. You should probably not use this
+ -- unconditionally; it will produce massive amounts of output.
+ debugEventsHook :: Event -> X All