]> git.mdlowis.com Git - proto/labwc.git/commit
ssd: allow arbitrary cairo pattern as titlebar background
authorJohn Lindgren <john@jlindgren.net>
Tue, 22 Apr 2025 16:20:15 +0000 (12:20 -0400)
committerJohn Lindgren <john@jlindgren.net>
Wed, 18 Jun 2025 19:48:24 +0000 (15:48 -0400)
commit990706b081ce1d552a91064f4c336ad2fd4e20bd
tree8031f8b2cfbda70d5bfae7e2fe405d9c0a1db76c
parent54b236e02721442abb974da85eff6b573b076aa6
ssd: allow arbitrary cairo pattern as titlebar background

The titlebar background is now first rendered to a 1px wide buffer,
then stretched horizontally. This allows vertical gradients to be used.
include/theme.h
src/ssd/ssd-titlebar.c
src/theme.c