From 30a7f37fa1a56bb0d7fccd1018743c8bbf8fa76c Mon Sep 17 00:00:00 2001 From: Andrea Azzarone Date: Tue, 19 Sep 2017 20:09:41 +0200 Subject: use color alpha 1.0 (bzr r4253.3.5) --- plugins/unityshell/src/unityshell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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; } -- cgit v1.2.3