| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Graphics.XHB.Gen.XF86Dri
Documentation
queryDirectRenderingCapable :: Connection -> Word32 -> IO (Receipt Bool) Source
openConnection :: Connection -> Word32 -> IO (Receipt OpenConnectionReply) Source
closeConnection :: Connection -> Word32 -> IO () Source
createContext :: Connection -> CreateContext -> IO (Receipt Word32) Source
destroyContext :: Connection -> Word32 -> Word32 -> IO () Source
createDrawable :: Connection -> Word32 -> Word32 -> IO (Receipt Word32) Source
destroyDrawable :: Connection -> Word32 -> Word32 -> IO () Source
getDrawableInfo :: Connection -> Word32 -> Word32 -> IO (Receipt GetDrawableInfoReply) Source
getDeviceInfo :: Connection -> Word32 -> IO (Receipt GetDeviceInfoReply) Source
authConnection :: Connection -> Word32 -> Word32 -> IO (Receipt Word32) Source
data DrmClipRect Source
Constructors
| MkDrmClipRect | |
Fields
| |
Instances
data QueryDirectRenderingCapable Source
Constructors
| MkQueryDirectRenderingCapable | |
Fields | |
data QueryDirectRenderingCapableReply Source
Constructors
| MkQueryDirectRenderingCapableReply | |
data GetClientDriverNameReply Source
Constructors
data GetDrawableInfoReply Source
Constructors
Instances
data GetDeviceInfoReply Source
Constructors
Instances