xhb-0.6.2014.4.22: X Haskell Bindings

Safe HaskellNone
LanguageHaskell98

Graphics.XHB.Connection.Open

Synopsis

Documentation

open :: String -> IO (Handle, Maybe Xauth, DispName) Source

Open a Handle to the X11 server specified in the argument. The DISPLAY environment variable is consulted if the argument is null.

data DispName Source

Constructors

DispName 

Fields

proto :: String
 
host :: String
 
display :: Int
 
screen :: Int
 

Instances