Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Documentation
data XRenderColor Source #
Instances
Storable XRenderColor Source # | |
Defined in Graphics.X11.Xrender sizeOf :: XRenderColor -> Int # alignment :: XRenderColor -> Int # peekElemOff :: Ptr XRenderColor -> Int -> IO XRenderColor # pokeElemOff :: Ptr XRenderColor -> Int -> XRenderColor -> IO () # peekByteOff :: Ptr b -> Int -> IO XRenderColor # pokeByteOff :: Ptr b -> Int -> XRenderColor -> IO () # peek :: Ptr XRenderColor -> IO XRenderColor # poke :: Ptr XRenderColor -> XRenderColor -> IO () # |
data XGlyphInfo Source #
XGlyphInfo | |
|
Instances
Storable XGlyphInfo Source # | |
Defined in Graphics.X11.Xrender sizeOf :: XGlyphInfo -> Int # alignment :: XGlyphInfo -> Int # peekElemOff :: Ptr XGlyphInfo -> Int -> IO XGlyphInfo # pokeElemOff :: Ptr XGlyphInfo -> Int -> XGlyphInfo -> IO () # peekByteOff :: Ptr b -> Int -> IO XGlyphInfo # pokeByteOff :: Ptr b -> Int -> XGlyphInfo -> IO () # peek :: Ptr XGlyphInfo -> IO XGlyphInfo # poke :: Ptr XGlyphInfo -> XGlyphInfo -> IO () # |
data XRenderDirectFormat Source #
Instances
Storable XRenderDirectFormat Source # | |
Defined in Graphics.X11.Xrender sizeOf :: XRenderDirectFormat -> Int # alignment :: XRenderDirectFormat -> Int # peekElemOff :: Ptr XRenderDirectFormat -> Int -> IO XRenderDirectFormat # pokeElemOff :: Ptr XRenderDirectFormat -> Int -> XRenderDirectFormat -> IO () # peekByteOff :: Ptr b -> Int -> IO XRenderDirectFormat # pokeByteOff :: Ptr b -> Int -> XRenderDirectFormat -> IO () # peek :: Ptr XRenderDirectFormat -> IO XRenderDirectFormat # poke :: Ptr XRenderDirectFormat -> XRenderDirectFormat -> IO () # |