mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
Initial use of a centralized caching border generator
This commit is contained in:
parent
c37f343377
commit
2a0ff0d5b4
7 changed files with 218 additions and 61 deletions
|
|
@ -13,6 +13,7 @@
|
|||
#include "theme.h"
|
||||
#include "translate.h"
|
||||
#include "menu/menu.h"
|
||||
#include "common/borderset.h"
|
||||
|
||||
/*
|
||||
* Globals
|
||||
|
|
@ -40,6 +41,8 @@ static const struct option long_options[] = {
|
|||
{0, 0, 0, 0}
|
||||
};
|
||||
|
||||
struct borderset * borderCache = NULL;
|
||||
|
||||
static const char labwc_usage[] =
|
||||
"Usage: labwc [options...]\n"
|
||||
" -c, --config <file> Specify config file (with path)\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue