xhb-0.3.2009.6.28: X Haskell BindingsSource codeContentsIndex
Graphics.XHB.Gen.Shm
Documentation
extension :: ExtensionIdSource
queryVersion :: Connection -> IO (Receipt QueryVersionReply)Source
attach :: Connection -> Attach -> IO ()Source
detach :: Connection -> SEG -> IO ()Source
putImage :: Connection -> PutImage -> IO ()Source
getImage :: Connection -> GetImage -> IO (Receipt GetImageReply)Source
createPixmap :: Connection -> CreatePixmap -> IO ()Source
deserializeError :: Word8 -> Maybe (Get SomeError)Source
deserializeEvent :: Word8 -> Maybe (Get SomeEvent)Source
data SEG Source
show/hide Instances
Eq SEG
Ord SEG
Show SEG
Deserialize SEG
Serialize SEG
XidLike SEG
data CompletionEvent Source
Constructors
MkCompletionEvent
drawable_CompletionEvent :: DRAWABLE
minor_event_CompletionEvent :: Word16
major_event_CompletionEvent :: Word8
shmseg_CompletionEvent :: SEG
offset_CompletionEvent :: Word32
show/hide Instances
data BadSegError Source
Constructors
MkBadSegError
bad_value_BadSegError :: Word32
minor_opcode_BadSegError :: Word16
major_opcode_BadSegError :: Word8
show/hide Instances
data QueryVersion Source
Constructors
MkQueryVersion
show/hide Instances
data QueryVersionReply Source
Constructors
MkQueryVersionReply
shared_pixmaps_QueryVersionReply :: Bool
major_version_QueryVersionReply :: Word16
minor_version_QueryVersionReply :: Word16
uid_QueryVersionReply :: Word16
gid_QueryVersionReply :: Word16
pixmap_format_QueryVersionReply :: Word8
show/hide Instances
data Attach Source
Constructors
MkAttach
shmseg_Attach :: SEG
shmid_Attach :: Word32
read_only_Attach :: Bool
show/hide Instances
data Detach Source
Constructors
MkDetach
shmseg_Detach :: SEG
show/hide Instances
data PutImage Source
Constructors
MkPutImage
drawable_PutImage :: DRAWABLE
gc_PutImage :: GCONTEXT
total_width_PutImage :: Word16
total_height_PutImage :: Word16
src_x_PutImage :: Word16
src_y_PutImage :: Word16
src_width_PutImage :: Word16
src_height_PutImage :: Word16
dst_x_PutImage :: Int16
dst_y_PutImage :: Int16
depth_PutImage :: Word8
format_PutImage :: Word8
send_event_PutImage :: Word8
shmseg_PutImage :: SEG
offset_PutImage :: Word32
show/hide Instances
data GetImage Source
Constructors
MkGetImage
drawable_GetImage :: DRAWABLE
x_GetImage :: Int16
y_GetImage :: Int16
width_GetImage :: Word16
height_GetImage :: Word16
plane_mask_GetImage :: Word32
format_GetImage :: Word8
shmseg_GetImage :: SEG
offset_GetImage :: Word32
show/hide Instances
data GetImageReply Source
Constructors
MkGetImageReply
depth_GetImageReply :: Word8
visual_GetImageReply :: VISUALID
size_GetImageReply :: Word32
show/hide Instances
data CreatePixmap Source
Constructors
MkCreatePixmap
pid_CreatePixmap :: PIXMAP
drawable_CreatePixmap :: DRAWABLE
width_CreatePixmap :: Word16
height_CreatePixmap :: Word16
depth_CreatePixmap :: Word8
shmseg_CreatePixmap :: SEG
offset_CreatePixmap :: Word32
show/hide Instances
Produced by Haddock version 2.6.0