Added workspace fade transition

This commit is contained in:
vaxerski
2022-05-16 23:13:32 +02:00
parent 25979fac1d
commit f09de365d5
5 changed files with 37 additions and 13 deletions

View File

@@ -565,10 +565,7 @@ void CHyprOpenGLImpl::renderBorder(wlr_box* box, const CColor& col, int thick, i
wlr_matrix_transpose(glMatrix, glMatrix);
if (col.a == 255.f)
glDisable(GL_BLEND);
else
glEnable(GL_BLEND);
glEnable(GL_BLEND);
glUseProgram(m_shQUAD.program);