oxbow.state
Window.Presentation
oxbow.core
oxbow.ctl
oxbow.ipc
oxbow.layout
oxbow.ops
oxbow.river
oxbow.runtime
oxbow.wire
module Tile_or_float : sig ... end
module Fullscreen_prior : sig ... end
type t =
| Tiled
| Floating
| Maximized of {
restore : Tile_or_float.t;
}
| Fullscreen of {
restore : Fullscreen_prior.t;