From 1f36c1d58db4423dc09d8408897dbb507026f89b Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Wed, 5 Nov 2025 21:45:40 +0300 Subject: Added kernel panic layer --- src/non_critical/gui_destroyer.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/non_critical/gui_destroyer.rs') diff --git a/src/non_critical/gui_destroyer.rs b/src/non_critical/gui_destroyer.rs index 0286298..126f0a6 100644 --- a/src/non_critical/gui_destroyer.rs +++ b/src/non_critical/gui_destroyer.rs @@ -91,6 +91,8 @@ unsafe fn artifacts_x11() -> xlib::Window { win } + +// WARNING: Compositor can deny the request, big compositors like kwin_wl will deny the request fn wayland_corrupt_buffer() -> Result<(), Box> { let display = Display::connect_to_env()?; let mut event_queue = display.create_event_queue(); -- cgit v1.2.3