mirror of
https://github.com/davatorium/rofi.git
synced 2024-10-27 05:23:18 -04:00
28ad6e34cf
When compiling on macOS, an error message will pop up: ``` error: no member named 'st_atim' in 'struct stat' ``` This is because `st_atim`, `st_ctim` and `st_mtim` does not exist on macOS, instead it uses `st_atimespec`, `st_ctimespec` and `st_mtimespec`. In this commit, 3 macros are defined to try to fix this problem. Reference: https://github.com/hboetes/mg/issues/7 |
||
---|---|---|
.. | ||
modes | ||
widgets | ||
css-colors.c | ||
helper.c | ||
history.c | ||
keyb.c | ||
mode.c | ||
rofi-icon-fetcher.c | ||
rofi-types.c | ||
rofi.c | ||
theme.c | ||
timings.c | ||
view.c | ||
xcb.c | ||
xrmoptions.c |