summaryrefslogtreecommitdiff
diff options
authorAndrea Azzarone <azzaronea@gmail.com>2017-09-19 20:09:41 +0200
committerAndrea Azzarone <azzaronea@gmail.com>2017-09-19 20:09:41 +0200
commit30a7f37fa1a56bb0d7fccd1018743c8bbf8fa76c (patch)
treea14b61b980e4e58f8c777945bdf88ea5bb11fa82
parente7c34257ac1cf025f4a6cf9d47c2d7a72fb54415 (diff)
use color alpha 1.0
(bzr r4253.3.5)
-rw-r--r--plugins/unityshell/src/unityshell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/unityshell/src/unityshell.cpp b/plugins/unityshell/src/unityshell.cpp
index d720f103e..0ecff9515 100644
--- a/plugins/unityshell/src/unityshell.cpp
+++ b/plugins/unityshell/src/unityshell.cpp
@@ -1498,7 +1498,7 @@ bool UnityScreen::glPaintOutput(const GLScreenPaintAttrib& attrib,
{
if (G_UNLIKELY(lockscreen_controller_->IsPaintInhibited()))
{
- CHECKGL(glClearColor(0.0f, 0.0f, 0.0f, 0.0f));
+ CHECKGL(glClearColor(0.0f, 0.0f, 0.0f, 1.0f));
CHECKGL(glClear(GL_COLOR_BUFFER_BIT));
return true;
}