Merge lp://staging/~azzar1/unity/clear-color-buffer-before-suspending into lp://staging/unity
Proposed by
Andrea Azzarone
Status: | Merged |
---|---|
Approved by: | Marco Trevisan (Treviño) |
Approved revision: | no longer in the source branch. |
Merged at revision: | 4258 |
Proposed branch: | lp://staging/~azzar1/unity/clear-color-buffer-before-suspending |
Merge into: | lp://staging/unity |
Prerequisite: | lp://staging/~azzar1/unity/fix-missing-entry-lockscreen |
Diff against target: |
159 lines (+61/-1) 5 files modified
lockscreen/LockScreenController.cpp (+39/-1) lockscreen/LockScreenController.h (+7/-0) lockscreen/SuspendInhibitorManager.cpp (+2/-0) lockscreen/SuspendInhibitorManager.h (+1/-0) plugins/unityshell/src/unityshell.cpp (+12/-0) |
To merge this branch: | bzr merge lp://staging/~azzar1/unity/clear-color-buffer-before-suspending |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Marco Trevisan (Treviño) | Approve | ||
Review via email: mp+331003@code.staging.launchpad.net |
Commit message
Wait until the color buffer is cleared before suspending.
To post a comment you must log in.
Looks good... Let's get it!