diff options
-rw-r--r-- | src/render/OpenGL.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/OpenGL.cpp b/src/render/OpenGL.cpp index be436d1d..d07a6294 100644 --- a/src/render/OpenGL.cpp +++ b/src/render/OpenGL.cpp @@ -593,6 +593,8 @@ void CHyprOpenGLImpl::renderBorder(wlr_box* box, const CColor& col, int thick, i box->width += 2 * thick; box->height += 2 * thick; + round += thick; // cuz yeah + // only draw on non-stencild. glStencilFunc(GL_NOTEQUAL, 1, -1); |