mv theme.c ..

This commit is contained in:
Johan Malm 2021-02-21 22:18:34 +00:00
parent 22d66c81ca
commit de88b69d62
10 changed files with 7 additions and 12 deletions

View file

@ -12,7 +12,7 @@
#include "labwc.h"
#include "layers.h"
#include "menu/menu.h"
#include "theme/theme.h"
#include "theme.h"
static struct wlr_compositor *compositor;
static struct wl_event_source *sighup_source;