[regression] eglapps now all have window title "default"
Bug #1647575 reported by
Daniel van Vugt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mir |
Fix Released
|
Low
|
Daniel van Vugt | ||
mir (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
eglapps now all have window title "default"
Previously (in Mir 0.24 at least) they each had unique titles.
Related branches
lp://staging/~vanvugt/mir/fix-1647575
- Alan Griffiths: Approve
- Cemil Azizoglu (community): Approve
- Mir CI Bot: Approve (continuous-integration)
-
Diff: 11 lines (+1/-1)1 file modifiedexamples/eglapp.c (+1/-1)
Changed in mir: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Looks like an innocent mistake that came from:
------- ------- ------- ------- ------- ------- ------- ------- ---- configuration_ from_name and prepare to deprecate mir_surface_ configure_ cursor, mir_cursor_ configuration_ destroy, and mir_cursor_ configuration_ from_buffer_ stream once MirRenderSurface is published. The new alternative is to use MirSurfaceSpec based cursor configurations.
revno: 3858 [merge]
author: Kevin DuBois <email address hidden>
committer: Tarmac
branch nick: development-branch
timestamp: Thu 2016-12-01 15:45:15 +0000
message:
client: deprecate mir_cursor_
The new functions are mir_surface_ spec_set_ cursor_ name and mir_surface_ spec_set_ cursor_ render_ surface which set the cursor from the canonical names, or sets a custom cursor via a MirRenderSurface.
This also makes application of cursors something the shell can mediate, like the rest of the surface modifications. (previously it was unable to mediate this).
Approved by mir-ci-bot, Alan Griffiths, Cemil Azizoglu. ------- ------- ------- ------- ------- ------- ------- ----
-------