X11-1.9.1: A binding to the X11 graphics library
Copyright(c) Haskell.org 2012
(c) Jochen Keil 2012
LicenseBSD3
MaintainerBen Boeckel <mathstuf@gmail.com> , Jochen Keil <jochen dot keil at gmail dot com>
Stabilityprovisional
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Graphics.X11.Xrandr

Description

 
Synopsis

Documentation

data XRRScreenSize #

Representation of the XRRScreenSize struct

Constructors

XRRScreenSize 

Fields

Instances

Instances details
Show XRRScreenSize # 
Instance details

Defined in Graphics.X11.Xrandr

Methods

showsPrec :: Int -> XRRScreenSize -> ShowS

show :: XRRScreenSize -> String

showList :: [XRRScreenSize] -> ShowS

Storable XRRScreenSize # 
Instance details

Defined in Graphics.X11.Xrandr

Methods

sizeOf :: XRRScreenSize -> Int

alignment :: XRRScreenSize -> Int

peekElemOff :: Ptr XRRScreenSize -> Int -> IO XRRScreenSize

pokeElemOff :: Ptr XRRScreenSize -> Int -> XRRScreenSize -> IO ()

peekByteOff :: Ptr b -> Int -> IO XRRScreenSize

pokeByteOff :: Ptr b -> Int -> XRRScreenSize -> IO ()

peek :: Ptr XRRScreenSize -> IO XRRScreenSize

poke :: Ptr XRRScreenSize -> XRRScreenSize -> IO ()

data XRRModeInfo #

Representation of the XRRModeInfo struct

Constructors

XRRModeInfo 

Fields

Instances

Instances details
Eq XRRModeInfo # 
Instance details

Defined in Graphics.X11.Xrandr

Methods

(==) :: XRRModeInfo -> XRRModeInfo -> Bool

(/=) :: XRRModeInfo -> XRRModeInfo -> Bool

Show XRRModeInfo # 
Instance details

Defined in Graphics.X11.Xrandr

Methods

showsPrec :: Int -> XRRModeInfo -> ShowS

show :: XRRModeInfo -> String

showList :: [XRRModeInfo] -> ShowS

Storable XRRModeInfo # 
Instance details

Defined in Graphics.X11.Xrandr

Methods

sizeOf :: XRRModeInfo -> Int

alignment :: XRRModeInfo -> Int

peekElemOff :: Ptr XRRModeInfo -> Int -> IO XRRModeInfo

pokeElemOff :: Ptr XRRModeInfo -> Int -> XRRModeInfo -> IO ()

peekByteOff :: Ptr b -> Int -> IO XRRModeInfo

pokeByteOff :: Ptr b -> Int -> XRRModeInfo -> IO ()

peek :: Ptr XRRModeInfo -> IO XRRModeInfo

poke :: Ptr XRRModeInfo -> XRRModeInfo -> IO ()

data XRRScreenResources #

Representation of the XRRScreenResources struct

Instances

Instances details
Eq XRRScreenResources # 
Instance details

Defined in Graphics.X11.Xrandr

Show XRRScreenResources # 
Instance details

Defined in Graphics.X11.Xrandr

Methods

showsPrec :: Int -> XRRScreenResources -> ShowS

show :: XRRScreenResources -> String

showList :: [XRRScreenResources] -> ShowS

Storable XRRScreenResources # 
Instance details

Defined in Graphics.X11.Xrandr

data XRROutputInfo #

Representation of the XRROutputInfo struct

Instances

Instances details
Eq XRROutputInfo # 
Instance details

Defined in Graphics.X11.Xrandr

Show XRROutputInfo # 
Instance details

Defined in Graphics.X11.Xrandr

Methods

showsPrec :: Int -> XRROutputInfo -> ShowS

show :: XRROutputInfo -> String

showList :: [XRROutputInfo] -> ShowS

Storable XRROutputInfo # 
Instance details

Defined in Graphics.X11.Xrandr

Methods

sizeOf :: XRROutputInfo -> Int

alignment :: XRROutputInfo -> Int

peekElemOff :: Ptr XRROutputInfo -> Int -> IO XRROutputInfo

pokeElemOff :: Ptr XRROutputInfo -> Int -> XRROutputInfo -> IO ()

peekByteOff :: Ptr b -> Int -> IO XRROutputInfo

pokeByteOff :: Ptr b -> Int -> XRROutputInfo -> IO ()

peek :: Ptr XRROutputInfo -> IO XRROutputInfo

poke :: Ptr XRROutputInfo -> XRROutputInfo -> IO ()

data XRRCrtcInfo #

Representation of the XRRCrtcInfo struct

Instances

Instances details
Eq XRRCrtcInfo # 
Instance details

Defined in Graphics.X11.Xrandr

Methods

(==) :: XRRCrtcInfo -> XRRCrtcInfo -> Bool

(/=) :: XRRCrtcInfo -> XRRCrtcInfo -> Bool

Show XRRCrtcInfo # 
Instance details

Defined in Graphics.X11.Xrandr

Methods

showsPrec :: Int -> XRRCrtcInfo -> ShowS

show :: XRRCrtcInfo -> String

showList :: [XRRCrtcInfo] -> ShowS

Storable XRRCrtcInfo # 
Instance details

Defined in Graphics.X11.Xrandr

Methods

sizeOf :: XRRCrtcInfo -> Int

alignment :: XRRCrtcInfo -> Int

peekElemOff :: Ptr XRRCrtcInfo -> Int -> IO XRRCrtcInfo

pokeElemOff :: Ptr XRRCrtcInfo -> Int -> XRRCrtcInfo -> IO ()

peekByteOff :: Ptr b -> Int -> IO XRRCrtcInfo

pokeByteOff :: Ptr b -> Int -> XRRCrtcInfo -> IO ()

peek :: Ptr XRRCrtcInfo -> IO XRRCrtcInfo

poke :: Ptr XRRCrtcInfo -> XRRCrtcInfo -> IO ()

data XRRPropertyInfo #

Representation of the XRRPropertyInfo struct

Constructors

XRRPropertyInfo 

Fields

Instances

Instances details
Eq XRRPropertyInfo # 
Instance details

Defined in Graphics.X11.Xrandr

Show XRRPropertyInfo # 
Instance details

Defined in Graphics.X11.Xrandr

Methods

showsPrec :: Int -> XRRPropertyInfo -> ShowS

show :: XRRPropertyInfo -> String

showList :: [XRRPropertyInfo] -> ShowS

Storable XRRPropertyInfo # 
Instance details

Defined in Graphics.X11.Xrandr

Methods

sizeOf :: XRRPropertyInfo -> Int

alignment :: XRRPropertyInfo -> Int

peekElemOff :: Ptr XRRPropertyInfo -> Int -> IO XRRPropertyInfo

pokeElemOff :: Ptr XRRPropertyInfo -> Int -> XRRPropertyInfo -> IO ()

peekByteOff :: Ptr b -> Int -> IO XRRPropertyInfo

pokeByteOff :: Ptr b -> Int -> XRRPropertyInfo -> IO ()

peek :: Ptr XRRPropertyInfo -> IO XRRPropertyInfo

poke :: Ptr XRRPropertyInfo -> XRRPropertyInfo -> IO ()

type Rotation = Word16 #

type Reflection = Word16 #

type SizeID = Word16 #

data XRRScreenConfiguration #

Instances

Instances details
Eq XRRScreenConfiguration # 
Instance details

Defined in Graphics.X11.Xrandr

Data XRRScreenConfiguration # 
Instance details

Defined in Graphics.X11.Xrandr

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> XRRScreenConfiguration -> c XRRScreenConfiguration

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c XRRScreenConfiguration

toConstr :: XRRScreenConfiguration -> Constr

dataTypeOf :: XRRScreenConfiguration -> DataType

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c XRRScreenConfiguration)

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c XRRScreenConfiguration)

gmapT :: (forall b. Data b => b -> b) -> XRRScreenConfiguration -> XRRScreenConfiguration

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> XRRScreenConfiguration -> r

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> XRRScreenConfiguration -> r

gmapQ :: (forall d. Data d => d -> u) -> XRRScreenConfiguration -> [u]

gmapQi :: Int -> (forall d. Data d => d -> u) -> XRRScreenConfiguration -> u

gmapM :: Monad m => (forall d. Data d => d -> m d) -> XRRScreenConfiguration -> m XRRScreenConfiguration

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> XRRScreenConfiguration -> m XRRScreenConfiguration

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> XRRScreenConfiguration -> m XRRScreenConfiguration

Ord XRRScreenConfiguration # 
Instance details

Defined in Graphics.X11.Xrandr

Show XRRScreenConfiguration # 
Instance details

Defined in Graphics.X11.Xrandr

xrrQueryExtension :: Display -> IO (Maybe (CInt, CInt)) #

xrrQueryVersion :: Display -> IO (Maybe (CInt, CInt)) #

xrrConfigRates :: XRRScreenConfiguration -> CInt -> IO (Maybe [CShort]) #

xrrRootToScreen :: Display -> Window -> IO CInt #

xrrRotations :: Display -> CInt -> IO (Rotation, Rotation) #

xrrSizes :: Display -> CInt -> IO (Maybe [XRRScreenSize]) #

xrrRates :: Display -> CInt -> CInt -> IO (Maybe [CShort]) #

xrrTimes :: Display -> CInt -> IO (Time, Time) #

xrrConfigureOutputProperty :: Display -> RROutput -> Atom -> Bool -> Bool -> [CLong] -> IO () #

xrrChangeOutputProperty :: Display -> RROutput -> Atom -> Atom -> CInt -> CInt -> [Word32] -> IO () #

xrrGetOutputProperty :: Display -> RROutput -> Atom -> CLong -> CLong -> Bool -> Bool -> Atom -> IO (Maybe (Atom, Int, CULong, [Word32])) #

xrrGetOutputProperty display output property offset length delete pending propertyType | returns Maybe (actualType, format, bytesAfter, data).