mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-18 22:04:47 +00:00
Rewrite X11 backend to drop xcap
Use x11rb directly for screenshot capture and window metadata so the Linux build no longer drags in Wayland build dependencies. Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
parent
cc7490993a
commit
e392ba1055
11 changed files with 488 additions and 2128 deletions
|
|
@ -1,8 +1,8 @@
|
|||
pub mod annotate;
|
||||
pub mod x11;
|
||||
|
||||
use anyhow::Result;
|
||||
use crate::core::types::Snapshot;
|
||||
use anyhow::Result;
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub trait DesktopBackend: Send {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue