mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
[proof of concept] textured borders
This commit is contained in:
parent
654da8c8a9
commit
bbba3e03fd
5 changed files with 147 additions and 14 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue