slint/internal/backends/linuxkms
Simon Hausmann b998f94ad6 linuxkms: Avoid keeping the EGL display around for too long
Don't keep a strong reference to the EGL display, we don't need that. If the display is removed but there are pending events, just ignore them.
2023-12-19 16:59:35 +01:00
..
calloop_backend linuxkms: decouple event loop from window adapter (#4144) 2023-12-12 13:06:36 +01:00
display linuxkms: Avoid keeping the EGL display around for too long 2023-12-19 16:59:35 +01:00
LICENSES Update license symlinks 2023-08-16 11:46:15 +02:00
renderer linuxkms: don't blockingly read on the drm fd after issuing a page flip request 2023-12-19 16:59:35 +01:00
calloop_backend.rs linuxkms: Fix firing of timers while animations are running 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: don't blockingly read on the drm fd after issuing a page flip request 2023-12-19 16:59:35 +01:00
fullscreenwindowadapter.rs linuxkms: Fix firing of timers while animations are running 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.