Skip to content
Snippets Groups Projects
Commit 08a78bbc authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

A few scaling fixes for X11 mode...

- getscaling() incorrectly used an int intermediate variable
  This would force scaling to an integer value when read.
- Only parse ConfigureNotify events describing a change to the SyncTERM window
  It appears that XWayland on ChromeOS was occasionally sending a
  ConfigureNotify event describing some other window to SyncTERM,
  and that window had a 1x1 size, which would cause SyncTERM to
  assert minimum size again (usually 640x480), which would set
  scaling to 1.0.
parent 1c63f4d2
No related branches found
No related tags found
Loading
Pipeline #4324 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment