Michael Sloan
c1259c136e
Revert "Use scap library to implement screensharing on X11 (#27807)" (#28141)
This reverts commit c2afc2271b.
Build on ARM if failing, likely because `c_char` is `u8` on arm and `i8`
on x86:
```
error[E0308]: mismatched types
--> /home/runner/.cargo/git/checkouts/scap-40ad33e1dd47aaea/5715067/src/targets/linux/mod.rs:75:74
|
75 | let result = unsafe { XmbTextPropertyToTextList(display, &mut xname, &mut list, &mut count) };
| ------------------------- ^^^^^^^^^ expected `*mut *mut *mut u8`, found `&mut *mut *mut i8`
| |
| arguments to this function are incorrect
|
= note: expected raw pointer `*mut *mut *mut u8`
found mutable reference `&mut *mut *mut i8`
note: function defined here
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11-2.21.0/src/xlib.rs:552:10
|
552 | pub fn XmbTextPropertyToTextList (_4: *mut Display, _3: *const XTextProperty, _2: *mut *mut *mut c_char, _1: *mut c_int) -> c_int,
| ^^^^^^^^^^^^^^^^^^^^^^^^^
```
Release Notes:
- N/A
2025-04-05 06:01:27 +00:00
..
2025-03-31 20:55:27 +02:00
2025-04-01 16:33:52 +00:00
2025-03-31 20:55:27 +02:00
2025-03-14 17:55:52 -04:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-04-01 05:40:05 +00:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-01-26 03:02:45 +00:00
2025-03-29 02:10:40 -04:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-01-31 00:13:46 -07:00
2025-03-28 22:04:16 +00:00
2025-04-05 06:01:27 +00:00