|
| Graphics.X11.Xinerama | | Portability | portable | | Stability | provisional | | Maintainer | Don Stewart <dons@galois.com> |
|
|
|
| Description |
|
|
| Synopsis |
|
|
|
| Documentation |
|
| data XineramaScreenInfo |
| Representation of the XineramaScreenInfo struct
| | Constructors | | Instances | |
|
|
| 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] |
| Wrapper around xineramaQueryScreens that fakes a single screen when
Xinerama is not active. This is the preferred interface to
Graphics.X11.Xinerama.
|
|
| Produced by Haddock version 2.7.2 |