systray: Sort icons in the correct order when an icon is empty and order is right2left

This commit is contained in:
o9000
2015-05-30 13:03:34 +02:00
parent ea67f24051
commit cb17e5a662
4 changed files with 22 additions and 10 deletions

View File

@@ -66,4 +66,7 @@ void update_next_timeout();
/** Callback of all expired timeouts **/
void callback_timeout_expired();
gint compare_timespecs(const struct timespec* t1, const struct timespec* t2);
struct timespec add_msec_to_timespec(struct timespec ts, int msec);
#endif // TIMER_H