mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
Since create_list can return NULL, functions receiving a list should check for null pointers I believe. Lists are used a lot throughout sway and often are assumed not to be NULL. It's a small thing but I haven't been using sway for that long and I figured this is a good place to start. |
||
|---|---|---|
| .. | ||
| background-image.c | ||
| cairo.c | ||
| ipc-client.c | ||
| list.c | ||
| log.c | ||
| loop.c | ||
| meson.build | ||
| pango.c | ||
| readline.c | ||
| stringop.c | ||
| unicode.c | ||
| util.c | ||