| Safe Haskell | None |
|---|
Graphics.XHB.Gen.XvMC
Documentation
destroyContext :: Connection -> CONTEXT -> IO ()Source
createSurface :: Connection -> SURFACE -> CONTEXT -> IO (Receipt [Word32])Source
destroySurface :: Connection -> SURFACE -> IO ()Source
destroySubpicture :: Connection -> SUBPICTURE -> IO ()Source
listSubpictureTypes :: Connection -> PORT -> SURFACE -> IO (Receipt ListSubpictureTypesReply)Source
data SUBPICTURE Source
Instances
| Eq SUBPICTURE | |
| Ord SUBPICTURE | |
| Show SUBPICTURE | |
| Deserialize SUBPICTURE | |
| Serialize SUBPICTURE | |
| XidLike SUBPICTURE |
data SurfaceInfo Source
Constructors
| MkSurfaceInfo | |
Fields | |
Instances
| Show SurfaceInfo | |
| Typeable SurfaceInfo | |
| Deserialize SurfaceInfo | |
| Serialize SurfaceInfo |
data QueryVersion Source
Constructors
| MkQueryVersion | |
Instances
| Show QueryVersion | |
| Typeable QueryVersion | |
| ExtensionRequest QueryVersion |
data QueryVersionReply Source
Constructors
| MkQueryVersionReply | |
Fields | |
Instances
| Show QueryVersionReply | |
| Typeable QueryVersionReply | |
| Deserialize QueryVersionReply |
data ListSurfaceTypes Source
Constructors
| MkListSurfaceTypes | |
Fields | |
Instances
| Show ListSurfaceTypes | |
| Typeable ListSurfaceTypes | |
| ExtensionRequest ListSurfaceTypes |
data CreateContext Source
Constructors
| MkCreateContext | |
Instances
| Show CreateContext | |
| Typeable CreateContext | |
| ExtensionRequest CreateContext |
data DestroyContext Source
Constructors
| MkDestroyContext | |
Fields | |
Instances
| Show DestroyContext | |
| Typeable DestroyContext | |
| ExtensionRequest DestroyContext |
data CreateSurface Source
Constructors
| MkCreateSurface | |
Instances
| Show CreateSurface | |
| Typeable CreateSurface | |
| ExtensionRequest CreateSurface |
data DestroySurface Source
Constructors
| MkDestroySurface | |
Fields | |
Instances
| Show DestroySurface | |
| Typeable DestroySurface | |
| ExtensionRequest DestroySurface |
data CreateSubpicture Source
Constructors
| MkCreateSubpicture | |
Instances
| Show CreateSubpicture | |
| Typeable CreateSubpicture | |
| ExtensionRequest CreateSubpicture |
data DestroySubpicture Source
Constructors
| MkDestroySubpicture | |
Instances
| Show DestroySubpicture | |
| Typeable DestroySubpicture | |
| ExtensionRequest DestroySubpicture |
data ListSubpictureTypes Source
Constructors
| MkListSubpictureTypes | |
Instances
| Show ListSubpictureTypes | |
| Typeable ListSubpictureTypes | |
| ExtensionRequest ListSubpictureTypes |