Crate twizzler_display

Crate twizzler_display 

Source
Expand description

This crate provides basic interfaces for working with the compositor and display manager.

Currently, you can create and manage windows, and fill their framebuffers, and flip that to the compositor. This interface is unstable, and will be changing.

Modules§

__twz_secgate_impl_create_window_mod
__twz_secgate_impl_drop_window_mod
__twz_secgate_impl_get_display_info_mod
__twz_secgate_impl_get_window_config_mod
__twz_secgate_impl_reconfigure_window_mod
__twz_secgate_impl_start_display_mod

Structs§

Buffer
BufferMut
BufferObject
An object holding a double-buffered compositor surface for a window.
DisplayBuffer
DisplayBufferBase
Rect
WindowConfig
WindowHandle
A window handle for the compositor. Provides a compositing buffer.

Functions§

create_window
drop_window
get_display_info
get_window_config
reconfigure_window
start_display