[proof of concept] textured borders

This commit is contained in:
John Lindgren 2026-02-16 03:59:41 -05:00
parent 654da8c8a9
commit bbba3e03fd
5 changed files with 147 additions and 14 deletions

View file

@ -14,6 +14,11 @@
struct lab_img;
/* XXX: using fixed border widths for now */
/* (top is narrower to blend with titlebar) */
#define BORDER_PX_TOP 2
#define BORDER_PX_SIDE 4
/*
* Openbox defines 7 types of Gradient background in addition to Solid.
* Currently, labwc supports only Vertical and SplitVertical.