Merge lp:~ricmm/unity-mir/api-screen-geometry into lp:unity-mir
Proposed by Ricardo Mendoza
Status: | Rejected |
---|---|
Rejected by: | Ricardo Mendoza |
Proposed branch: | lp:~ricmm/unity-mir/api-screen-geometry |
Merge into: | lp:unity-mir |
Diff against target: | 69 lines (+32/-0) 2 files modified src/unity-mir/dbusscreen.cpp (+25/-0) src/unity-mir/dbusscreen.h (+7/-0) |
To merge this branch: | bzr merge lp:~ricmm/unity-mir/api-screen-geometry |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Gerry Boland (community) | Approve | ||
PS Jenkins bot (community) | continuous-integration | Approve | |
Review via email: |
Commit message
Add API to request screen geometry
To post a comment you must log in.
Unmerged revisions
- 93. By Ricardo Mendoza
-
Abstract duplicate code to private method
- 92. By Ricardo Mendoza
-
Add API to request screen geometry
- Q_INVOKABLE Q_SCRIPTABLE bool setScreenPowerM ode(const QString &mode); ode(const QString mode);
+ Q_INVOKABLE Q_SCRIPTABLE bool setScreenPowerM
Please restore the reference
Would be cleaner to move the code shared between the width & height methods into a private method, and call that in each.