Introduce a wayland/x11 mutter hints protocol for monitor labels#2084
Introduce a wayland/x11 mutter hints protocol for monitor labels#2084leolost2605 merged 1 commit intomainfrom
Conversation
danirabbit
left a comment
There was a problem hiding this comment.
Since we're in the stable release phase we can add new API but we can't break old API until the next major version bump
|
Ah right that is a thing oops 😅 |
|
@leolost2605 is it possible to add the new API without breaking the old API so we can move forward? |
9d7dc8b to
7861903
Compare
7861903 to
b9da554
Compare
|
@danirabbit finally got around to updating this so it should be ready without breaking the current API :) |
b328a49 to
b12d7b4
Compare
b12d7b4 to
edaf1f9
Compare
edaf1f9 to
edf29a8
Compare
edf29a8 to
d1db999
Compare
0919d3a to
0a23871
Compare
fc7589a to
37c2843
Compare
zeebok
left a comment
There was a problem hiding this comment.
I dunno what was here before that was breaking API but this code looks good to me
f4d281a to
f509052
Compare
f509052 to
76339ab
Compare
76339ab to
3de5fe5
Compare
Currently we do monitor labels quite awkardly. First the display plug has to go via dbus to the daemon having to send color info, monitor index, label, x, y then the daemon spawns the labels and then gala looks at the window title and positions the label.
This can be made properly now by just using a wayland protocol/ setting the mutter hints on x11.
Goes with elementary/pantheon-wayland#3 and elementary/settings-display#401