summaryrefslogtreecommitdiff
path: root/plugins
diff options
Diffstat (limited to 'plugins')
-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;
}