slint/internal/backends/linuxkms
Simon Hausmann 8193d4d064 LinuxKMS: Clean up internal page flip callback API
Remove the hack of calling present() from our swap_buffers() forwarder (and let it really only forward),
and instead call it explicitly through the shared egl_display member.
The way we can pass along the callback instead of storing it separately.
2024-01-04 10:35:40 +01:00
..
calloop_backend linuxkms: decouple event loop from window adapter (#4144) 2023-12-12 13:06:36 +01:00
display LinuxKMS: Clean up internal page flip callback API 2024-01-04 10:35:40 +01:00
LICENSES Update license symlinks 2023-08-16 11:46:15 +02:00
renderer LinuxKMS: Clean up internal page flip callback API 2024-01-04 10:35:40 +01:00
calloop_backend.rs linuxkms: remove home-grown fd event source with calloop's generic even source 2023-12-19 16:59:35 +01:00
Cargo.toml Add support for compiling the linuxkms backend without libseat support 2023-12-11 17:36:17 +01:00
display.rs linuxkms: remove home-grown fd event source with calloop's generic even source 2023-12-19 16:59:35 +01:00
fullscreenwindowadapter.rs linuxkms: remove home-grown fd event source with calloop's generic even source 2023-12-19 16:59:35 +01:00
lib.rs linuxkms: Clean up file descriptor handling (part 2) 2023-12-19 16:59:35 +01:00
mouse-pointer.svg linuxkms: Tweak mouse cursor appearance 2023-07-31 20:11:15 +02:00
noop_backend.rs Add basic support for libseat 2023-07-28 13:40:37 +02:00
README.md Janitor: linuxkms: slint-ui.com -> slint.dev 2023-10-11 08:28:31 +02:00

NOTE: This library is an internal crate of the Slint project. This crate should not be used directly by applications using Slint. You should use the slint crate instead.

WARNING: This crate does not follow the semver convention for versioning and can only be used with version = "=x.y.z" in Cargo.toml.