mirror of
https://github.com/labwc/labwc.git
synced 2026-02-08 10:06:59 -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
|
|
@ -4,7 +4,7 @@
|
|||
#include <sys/resource.h>
|
||||
#include <wlr/util/log.h>
|
||||
|
||||
#include "common/fd_util.h"
|
||||
#include "common/fd-util.h"
|
||||
|
||||
static struct rlimit original_nofile_rlimit = {0};
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
labwc_sources += files(
|
||||
'buf.c',
|
||||
'dir.c',
|
||||
'fd_util.c',
|
||||
'fd-util.c',
|
||||
'file-helpers.c',
|
||||
'font.c',
|
||||
'grab-file.c',
|
||||
|
|
@ -11,8 +11,8 @@ labwc_sources += files(
|
|||
'nodename.c',
|
||||
'parse-bool.c',
|
||||
'parse-double.c',
|
||||
'scaled_font_buffer.c',
|
||||
'scaled_scene_buffer.c',
|
||||
'scaled-font-buffer.c',
|
||||
'scaled-scene-buffer.c',
|
||||
'scene-helpers.c',
|
||||
'surface-helpers.c',
|
||||
'spawn.c',
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@
|
|||
#include "buffer.h"
|
||||
#include "common/font.h"
|
||||
#include "common/mem.h"
|
||||
#include "common/scaled_scene_buffer.h"
|
||||
#include "common/scaled_font_buffer.h"
|
||||
#include "common/scaled-scene-buffer.h"
|
||||
#include "common/scaled-font-buffer.h"
|
||||
|
||||
static struct lab_data_buffer *
|
||||
_create_buffer(struct scaled_scene_buffer *scaled_buffer, double scale)
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
#include <wlr/util/log.h>
|
||||
#include "buffer.h"
|
||||
#include "common/mem.h"
|
||||
#include "common/scaled_scene_buffer.h"
|
||||
#include "common/scaled-scene-buffer.h"
|
||||
|
||||
/**
|
||||
* TODO
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
#include <unistd.h>
|
||||
#include <wlr/util/log.h>
|
||||
#include "common/spawn.h"
|
||||
#include "common/fd_util.h"
|
||||
#include "common/fd-util.h"
|
||||
|
||||
static void
|
||||
reset_signals_and_limits(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue