hayland-0.1.0.1: Haskell bindings for the C Wayland library.

Safe HaskellNone
LanguageHaskell2010

Graphics.Wayland

Synopsis

Documentation

type Fixed256 = Fixed Precision256 Source

Fixed point number with 8 bits of decimal precision.

The equivalent of wayland's wl_fixed_t.

data Precision256 Source

8 bits of precision means a resolution of 256.

type Time = Milli Source

Represents time in seconds with millisecond precision.

data Result Source

Constructors

Success 
Failure 

Instances