Copyright | (c) Haskell.org 2007 |
---|---|
License | BSD3 |
Maintainer | Don Stewart <dons@galois.com> |
Stability | provisional |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
- data XineramaScreenInfo = XineramaScreenInfo {
- xsi_screen_number :: !CInt
- xsi_x_org :: !CShort
- xsi_y_org :: !CShort
- xsi_width :: !CShort
- xsi_height :: !CShort
- xineramaIsActive :: Display -> IO Bool
- xineramaQueryExtension :: Display -> IO (Maybe (CInt, CInt))
- xineramaQueryVersion :: Display -> IO (Maybe (CInt, CInt))
- xineramaQueryScreens :: Display -> IO (Maybe [XineramaScreenInfo])
- compiledWithXinerama :: Bool
- getScreenInfo :: Display -> IO [Rectangle]
Documentation
data XineramaScreenInfo Source #
Representation of the XineramaScreenInfo struct
XineramaScreenInfo | |
|
xineramaQueryScreens :: Display -> IO (Maybe [XineramaScreenInfo]) Source #