Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Graphics.Framebuffer
Description
This module reexports the functions you probably want to use. Graphics.Framebuffer.Internal does all the heavy lifting.
Documentation
data C'fb_var_screeninfo Source #
Constructors
C'fb_var_screeninfo | |
Instances
Eq C'fb_var_screeninfo Source # | |
Defined in Graphics.Framebuffer.Internal Methods (==) :: C'fb_var_screeninfo -> C'fb_var_screeninfo -> Bool # (/=) :: C'fb_var_screeninfo -> C'fb_var_screeninfo -> Bool # | |
Show C'fb_var_screeninfo Source # | |
Defined in Graphics.Framebuffer.Internal Methods showsPrec :: Int -> C'fb_var_screeninfo -> ShowS # show :: C'fb_var_screeninfo -> String # showList :: [C'fb_var_screeninfo] -> ShowS # | |
Storable C'fb_var_screeninfo Source # | |
Defined in Graphics.Framebuffer.Internal Methods sizeOf :: C'fb_var_screeninfo -> Int # alignment :: C'fb_var_screeninfo -> Int # peekElemOff :: Ptr C'fb_var_screeninfo -> Int -> IO C'fb_var_screeninfo # pokeElemOff :: Ptr C'fb_var_screeninfo -> Int -> C'fb_var_screeninfo -> IO () # peekByteOff :: Ptr b -> Int -> IO C'fb_var_screeninfo # pokeByteOff :: Ptr b -> Int -> C'fb_var_screeninfo -> IO () # peek :: Ptr C'fb_var_screeninfo -> IO C'fb_var_screeninfo # poke :: Ptr C'fb_var_screeninfo -> C'fb_var_screeninfo -> IO () # |