mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
Use cache for title bar double beveled borders
This commit is contained in:
parent
2a0ff0d5b4
commit
536847cb5b
5 changed files with 143 additions and 160 deletions
|
|
@ -21,9 +21,9 @@ struct borderset {
|
|||
|
||||
extern struct borderset * borderCache;
|
||||
|
||||
struct borderset * getBorders(uint32_t id, int size, int type);
|
||||
struct borderset * getBorders(uint32_t id, int size, int type, int bevelSize);
|
||||
|
||||
struct borderset * createBuffer(uint32_t id, int size, int type);
|
||||
struct borderset * createBuffer(uint32_t id, int size, int type, int bevelSize);
|
||||
|
||||
void clearBorderCache(struct borderset *borderset);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue