#include <assert.h>
#include "config/rcxml.h"
#include "labwc.h"
-#include "theme/theme.h"
#define BORDER_WIDTH (2)
#include "common/spawn.h"
#include "config/session.h"
#include "labwc.h"
-#include "theme/theme.h"
+#include "theme.h"
#include "xbm/xbm.h"
#include "menu/menu.h"
#include "common/string-helpers.h"
#include "labwc.h"
#include "menu/menu.h"
-#include "theme/theme.h"
+#include "theme.h"
static const char font[] = "Sans 8";
'output.c',
'seat.c',
'server.c',
+ 'theme.c',
'view.c',
'xdg.c',
)
subdir('common')
subdir('config')
-subdir('theme')
subdir('xbm')
subdir('menu')
#include <wlr/util/region.h>
#include "labwc.h"
#include "menu/menu.h"
-#include "theme/theme.h"
+#include "theme.h"
#include "layers.h"
//#define DEBUG 1
#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;
#include "common/log.h"
#include "common/string-helpers.h"
#include "common/zfree.h"
-#include "theme/theme.h"
+#include "theme.h"
#include "xbm/xbm.h"
static int
+++ /dev/null
-labwc_sources += files(
- 'theme.c',
-)
-
#include "common/dir.h"
#include "common/grab-file.h"
#include "config/rcxml.h"
-#include "theme/theme.h"
+#include "theme.h"
#include "xbm/parse.h"
#include "xbm/xbm.h"