1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-10-27 05:23:18 -04:00
rofi/source
Sainnhe Park 28ad6e34cf
[filebrowser] Fix st_atim undefined on macOS (#1662)
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
2022-07-28 18:19:39 +02:00
..
modes [filebrowser] Fix st_atim undefined on macOS (#1662) 2022-07-28 18:19:39 +02:00
widgets [Textbox] Remove the dot indicator. 2022-07-23 20:21:00 +02:00
css-colors.c [Cleanup] Using clang-tidy 2021-08-18 01:16:45 +02:00
helper.c [Dmenu] use ssize_t instead of size_t. 2022-05-17 23:37:02 +02:00
history.c Bump copyright date. 2022-02-07 23:17:15 +01:00
keyb.c [listview] Allow settings of flow direction of elements (#1605) 2022-03-07 20:37:58 +01:00
mode.c [Build] Fix some compile warnings. 2022-07-23 00:28:55 +02:00
rofi-icon-fetcher.c [IconFetcher] Add support for font rendering as icon. 2022-07-16 13:13:29 +02:00
rofi-types.c Merge List and Array type into one. (#1572) 2022-01-25 09:57:59 +01:00
rofi.c Add a warning list and append it to the message box. 2022-07-27 23:44:56 +02:00
theme.c Add a warning list and append it to the message box. 2022-07-27 23:44:56 +02:00
timings.c Bump copyright date. 2022-02-07 23:17:15 +01:00
view.c Add a warning list and append it to the message box. 2022-07-27 23:44:56 +02:00
xcb.c [XCB] Add a flag to enable work around for #611. 2022-07-19 15:50:42 +02:00
xrmoptions.c [Build] Fix some compile warnings. 2022-07-23 00:28:55 +02:00