diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-11-05 21:45:40 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-11-05 21:45:40 +0300 |
| commit | 1f36c1d58db4423dc09d8408897dbb507026f89b (patch) | |
| tree | 5cb2be2a74774906496f74a51b01f794937519d3 /src/non_critical/gui_destroyer.rs | |
| parent | 697352a7cba6bbcc6603f02327a9f5f5f90bd393 (diff) | |
Added kernel panic layer
Diffstat (limited to 'src/non_critical/gui_destroyer.rs')
| -rw-r--r-- | src/non_critical/gui_destroyer.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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<dyn Error>> { let display = Display::connect_to_env()?; let mut event_queue = display.create_event_queue(); |
