Initial use of a centralized caching border generator

This commit is contained in:
Jack Zeal 2026-03-27 20:24:24 -07:00
parent c37f343377
commit 2a0ff0d5b4
7 changed files with 218 additions and 61 deletions

View file

@ -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"