Merge lp://staging/~azzar1/unity/clear-color-buffer-before-suspending into lp://staging/unity
Proposed by
Andrea Azzarone
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~azzar1/unity/clear-color-buffer-before-suspending |
Merge into: | lp://staging/unity |
Diff against target: |
707 lines (+205/-87) 15 files modified
lockscreen/KylinUserPromptView.cpp (+15/-15) lockscreen/KylinUserPromptView.h (+2/-3) lockscreen/LockScreenAbstractPromptView.h (+5/-3) lockscreen/LockScreenController.cpp (+42/-2) lockscreen/LockScreenController.h (+9/-0) lockscreen/LockScreenPromptFactory.cpp (+4/-3) lockscreen/LockScreenPromptFactory.h (+3/-1) lockscreen/SuspendInhibitorManager.cpp (+2/-0) lockscreen/SuspendInhibitorManager.h (+1/-0) lockscreen/UserAuthenticator.h (+2/-0) lockscreen/UserAuthenticatorPam.cpp (+41/-33) lockscreen/UserAuthenticatorPam.h (+9/-8) lockscreen/UserPromptView.cpp (+51/-15) lockscreen/UserPromptView.h (+7/-4) 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 |
---|---|---|---|
Unity Team | Pending | ||
Review via email: mp+331002@code.staging.launchpad.net |
Commit message
Wait until the color buffer is cleared before suspending.
To post a comment you must log in.