Merge lp:~dandrader/qtubuntu/winIdIsMirSurface into lp:qtubuntu
Proposed by
Daniel d'Andrada
on 2016-06-08
| Status: | Superseded |
|---|---|
| Proposed branch: | lp:~dandrader/qtubuntu/winIdIsMirSurface |
| Merge into: | lp:qtubuntu |
| Diff against target: |
150 lines (+45/-17) 4 files modified
src/ubuntumirclient/integration.cpp (+40/-6) src/ubuntumirclient/integration.h (+4/-2) src/ubuntumirclient/window.cpp (+1/-8) src/ubuntumirclient/window.h (+0/-1) |
| To merge this branch: | bzr merge lp:~dandrader/qtubuntu/winIdIsMirSurface |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Ubuntu Phablet Team | 2016-06-08 | Pending | |
|
Review via email:
|
|||
Commit Message
Make QWindow::winId() return the underlying MirSurface pointer
Have it return something useful.
Description of the Change
ubuntu-keyboard needs that in order to be able to use Mir client API to fill out the input region of its surface.
To post a comment you must log in.
Unmerged revisions
- 323. By Daniel d'Andrada on 2016-06-03
-
Make QWindow::winId() return the underlying MirSurface pointer
Have it return something useful.
