x11-rs
x11-rs copied to clipboard
Rust bindings for X11 libraries
See #158 for details. - [x] Tested on an x11 machine - [x] Compilation warnings were addressed - [x] `cargo fmt` has been run on this branch - [x] `cargo...
I'm trying to use `XFixesSelectSelectionInput`, but I always get `undefined reference`. I tried with most of the feature flags and also have `Xfixes` installed, but still no success. Other functions...
`x11-dl` fails to link when building a `x86_64-unknown-linux-musl` target on Ubuntu 20.04 when using rust `1.72+`. ### Notably: - It works with rust `1.71` and `1.70` on Ubuntu 20.04. -...
- [x] Tested on an x11 machine - [x] Compilation warnings were addressed - [ ] `cargo fmt` has been run on this branch - [x] `cargo doc` builds successfully...
I'm porting some code from C to Rust, and it is frequently using `None` to compare against `Window` or `Atom`. In the `X11/X.h` `None` is defined to be `0` by...
When attempting to run the `hello-world-dl` example on NetBSD 9.3, I get this error: ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: OpenError { kind: Library, detail:...
hey ! I tried adding some constants of available cursor shapes in x11 by default. (according to https://tronche.com/gui/x/xlib/appendix/b/ ) I don't know if i put them at the right place,...
I'm using the `xshm` functions, which as far as I know, require the `xext` library to be linked. I'm getting "undefined reference" errors for these functions when I compile.
Im trying to crosscompile a project from x86 to arm64 linux but the x11 build errors with saying it cant find library x11 despite x11 (the arm64 version) being listed...
- [x] Tested on an x11 machine - [ ] Compilation warnings were addressed - [x] `cargo fmt` has been run on this branch - [x] `cargo doc` builds successfully...