Revert "Fix blurry cursor on Wayland at a scale other than 100%" (#18642)
Closes #17771 Reverts zed-industries/zed#17496 This PR turns out to need more work than I thought when I merged it. Release Notes: - Linux: Fix a bug where the cursor would be the wrong size on Wayland
This commit is contained in:
parent
a5f50e5c1e
commit
209ebb0c65
2 changed files with 8 additions and 28 deletions
|
@ -477,8 +477,7 @@ impl WaylandClient {
|
|||
.as_ref()
|
||||
.map(|primary_selection_manager| primary_selection_manager.get_device(&seat, &qh, ()));
|
||||
|
||||
// FIXME: Determine the scaling factor dynamically by the compositor
|
||||
let mut cursor = Cursor::new(&conn, &globals, 24, 2);
|
||||
let mut cursor = Cursor::new(&conn, &globals, 24);
|
||||
|
||||
handle
|
||||
.insert_source(XDPEventSource::new(&common.background_executor), {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue