diff options
| author | Simon Ser <contact@emersion.fr> | 2022-05-27 17:49:10 +0200 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2022-05-27 22:41:12 +0200 |
| commit | dfe820efcea45d46dc436e8fa64def9c69efbdfa (patch) | |
| tree | cb8eeb6709b6ece883bdb2bb92acf7971e35d59f /cursor | |
| parent | cursor: drop unused XCursor comment declarations (diff) | |
| download | wayland-dfe820efcea45d46dc436e8fa64def9c69efbdfa.tar wayland-dfe820efcea45d46dc436e8fa64def9c69efbdfa.tar.gz wayland-dfe820efcea45d46dc436e8fa64def9c69efbdfa.tar.bz2 wayland-dfe820efcea45d46dc436e8fa64def9c69efbdfa.tar.lz wayland-dfe820efcea45d46dc436e8fa64def9c69efbdfa.tar.xz wayland-dfe820efcea45d46dc436e8fa64def9c69efbdfa.tar.zst wayland-dfe820efcea45d46dc436e8fa64def9c69efbdfa.zip | |
cursor: drop xcursor_add_path_elt
Just use snprintf instead. It doesn't really matter if we have
some duplicate slashes in filenames.
Signed-off-by: Simon Ser <contact@emersion.fr>
Diffstat (limited to 'cursor')
| -rw-r--r-- | cursor/xcursor.c | 51 |
1 files changed, 13 insertions, 38 deletions
diff --git a/cursor/xcursor.c b/cursor/xcursor.c index cb37652..6aa1c45 100644 --- a/cursor/xcursor.c +++ b/cursor/xcursor.c @@ -527,38 +527,17 @@ xcursor_library_path(void) return path; } |
