sway/common
Tudor Brindus d7900c6e5e common/util: fix `get_current_time_msec` returning microseconds
This commit makes `get_current_time_msec` correctly return milliseconds
as opposed to microseconds. It also considers the value of `tv_sec`, so
we don't lose occasionally go back in time by one second. Finally, the
function is moved into `util.c` so that it can be reused elsewhere
without having to consider these pitfalls.
2020-06-06 13:38:41 +02:00
..
background-image.c swaybg: split into standalone project 2019-04-25 18:44:28 +03:00
cairo.c swaybg: split into standalone project 2019-04-25 18:44:28 +03:00
ipc-client.c ipc-client: remove useless free for failed malloc 2019-08-12 09:42:11 +09:00
list.c Merge pull request #3271 from ianyfan/list-cleanup 2018-12-09 21:50:19 +10:00
log.c common/log: use bright black rather than black for SWAY_DEBUG 2020-05-24 14:54:05 +02:00
loop.c Replace wlr_log with sway_log 2019-01-21 12:59:42 +01:00
meson.build Add wayland_client dependency to common 2020-06-06 11:03:04 +02:00
pango.c Replace wlr_log with sway_log 2019-01-21 12:59:42 +01:00
stringop.c Amend typos 2019-11-23 11:48:31 +01:00
util.c common/util: fix `get_current_time_msec` returning microseconds 2020-06-06 13:38:41 +02:00