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,9 +1,9 @@
labwc_sources += files(
'resize_indicator.c',
'resize-indicator.c',
'ssd.c',
'ssd_part.c',
'ssd_titlebar.c',
'ssd_border.c',
'ssd_extents.c',
'ssd_shadow.c',
'ssd-part.c',
'ssd-titlebar.c',
'ssd-border.c',
'ssd-extents.c',
'ssd-shadow.c',
)

View file

@ -4,9 +4,9 @@
#include <wlr/util/box.h>
#include <wlr/util/log.h>
#include "common/macros.h"
#include "common/scaled_font_buffer.h"
#include "common/scaled-font-buffer.h"
#include "labwc.h"
#include "resize_indicator.h"
#include "resize-indicator.h"
#include "view.h"
static void

View file

@ -5,7 +5,7 @@
#include <string.h>
#include "buffer.h"
#include "common/mem.h"
#include "common/scaled_font_buffer.h"
#include "common/scaled-font-buffer.h"
#include "common/scene-helpers.h"
#include "common/string-helpers.h"
#include "labwc.h"