mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
Reload config+theme on SIGHUP
This commit is contained in:
parent
745915c0ba
commit
1721b339da
6 changed files with 80 additions and 26 deletions
|
|
@ -122,8 +122,6 @@ char *config_dir(void)
|
|||
char *theme_dir(const char *theme_name)
|
||||
{
|
||||
static char buf[4096] = { 0 };
|
||||
if (buf[0] != '\0')
|
||||
return buf;
|
||||
struct ctx ctx = { .build_path_fn = build_theme_path,
|
||||
.buf = buf,
|
||||
.len = sizeof(buf),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue