mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
Replace _ with - in source file names
This commit is contained in:
parent
48742163fd
commit
23b96ad2a6
29 changed files with 28 additions and 28 deletions
|
|
@ -1,7 +1,7 @@
|
|||
labwc_sources += files(
|
||||
'cursor.c',
|
||||
'tablet.c',
|
||||
'tablet_pad.c',
|
||||
'tablet-pad.c',
|
||||
'gestures.c',
|
||||
'input.c',
|
||||
'keyboard.c',
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue