Skip to content

Rotate background after monitor rotation

Martin Chang requested to merge marty1885/phosh:fix-wallpaper-rotation into master

This MR attempts to fix #110 (closed). But few parts are still missing

  1. There's a signal for monitor rotation. But no mechanism to emit said signal.
  2. Haven't handled the rotation itself. (due to 1.)

This is the best I can do on my own. Don't know how to solve 1 even after reading wlroot's source.

Edited by Martin Chang

Merge request reports