mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
Move append_path_save in util
Signed-off-by: Felix Weilbach <felix.weilbach@t-online.de>
This commit is contained in:
parent
59d245cf5b
commit
402706ff9d
5 changed files with 25 additions and 21 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#define _POSIX_C_SOURCE 200809
|
||||
#define _POSIX_C_SOURCE 200809L
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <dirent.h>
|
||||
|
|
@ -10,6 +10,7 @@
|
|||
#include "swaybar/icon.h"
|
||||
#include "desktop.h"
|
||||
#include "log.h"
|
||||
#include "util.h"
|
||||
|
||||
static list_t *get_desktop_files_basedirs() {
|
||||
list_t *basedirs = create_list();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue