mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-09-01 11:53:48 -07:00
Add missing signature
This commit is contained in:
committed by
brandon s allbery kf8nh
parent
6ad91cd216
commit
c20cc720da
@@ -62,6 +62,7 @@ import Codec.Binary.UTF8.String (decode)
|
|||||||
don't know what they are, see <http://www.gnu.org/software/emacs/manual/html_node/emacs/Registers.html#Registers> -}
|
don't know what they are, see <http://www.gnu.org/software/emacs/manual/html_node/emacs/Registers.html#Registers> -}
|
||||||
|
|
||||||
-- Query the content of a selection in X
|
-- Query the content of a selection in X
|
||||||
|
getSelectionNamed :: String -> IO String
|
||||||
getSelectionNamed sel_name = do
|
getSelectionNamed sel_name = do
|
||||||
dpy <- openDisplay ""
|
dpy <- openDisplay ""
|
||||||
let dflt = defaultScreen dpy
|
let dflt = defaultScreen dpy
|
||||||
|
Reference in New Issue
Block a user