...so that all button code is in the same place.
#include <sys/stat.h>
#include <wlr/util/log.h>
#include "buffer.h"
-#include "button-png.h"
+#include "button/button-png.h"
#include "common/dir.h"
#include "labwc.h"
#include "theme.h"
labwc_sources += files(
+ 'button-png.c',
'button-xbm.c',
)
'node.c',
'osd.c',
'output.c',
- 'button-png.c',
'regions.c',
'resistance.c',
'seat.c',
#include "common/match.h"
#include "common/string-helpers.h"
#include "config/rcxml.h"
-#include "button-png.h"
+#include "button/button-png.h"
#include "button/button-xbm.h"
#include "theme.h"
#include "buffer.h"