wlroots/xcursor
Yuya Nishihara 3c5cc02b18 xcursor: use memcpy() to append string of known size
Since len <= strlen(elt) is known, we don't need a str*() function. Let's
simply do memcpy() to suppress linter false positive.

Fixes #2777.
2021-04-13 16:55:46 +02:00
..
meson.build xcursor: also look for cursor themes under ${datadir}/icons by default 2020-03-04 10:02:31 +01:00
wlr_xcursor.c xcursor: make cursor data and metadata const 2021-02-05 10:04:20 +01:00
xcursor.c xcursor: use memcpy() to append string of known size 2021-04-13 16:55:46 +02:00