]> git.mdlowis.com Git - proto/labwc.git/commit
ssd: work around the translucent titlebar in pixman renderer
authortokyo4j <hrak1529@gmail.com>
Thu, 26 Jun 2025 10:39:36 +0000 (19:39 +0900)
committerHiroaki Yamamoto <hrak1529@gmail.com>
Fri, 27 Jun 2025 07:21:25 +0000 (16:21 +0900)
commitd12751c7812989baf74c67f48431fcaa08fe21a2
treeb683eec088a0d791c4b44c573f337d96c3328040
parentaedf2796569659b3a5ea8188a882101d5445595a
ssd: work around the translucent titlebar in pixman renderer

Due to wlroots/pixman bug, the widened 1px buffer for the gradient
titlebar become translucent with WLR_RENDERER=pixman and
WLR_SCALE_FILTER_BILINEAR filter mode. This patch works around this
problem by using WLR_SCALE_FILTER_NEAREST filter mode if pixman
renderer is used.
src/ssd/ssd-titlebar.c