Replace _ with - in source file names

This commit is contained in:
tokyo4j 2024-05-22 09:56:16 +09:00 committed by Johan Malm
parent 48742163fd
commit 23b96ad2a6
29 changed files with 28 additions and 28 deletions

View file

@ -1,7 +1,7 @@
labwc_sources += files(
'cursor.c',
'tablet.c',
'tablet_pad.c',
'tablet-pad.c',
'gestures.c',
'input.c',
'keyboard.c',

View file

@ -7,7 +7,7 @@
#include "common/mem.h"
#include "config/rcxml.h"
#include "input/cursor.h"
#include "input/tablet_pad.h"
#include "input/tablet-pad.h"
static void
handle_button(struct wl_listener *listener, void *data)