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

This reverts commit cb17e5a662.
This commit is contained in:
o9000
2015-05-30 13:23:20 +02:00
parent cb17e5a662
commit 39e67df44d
4 changed files with 10 additions and 22 deletions

View File

@@ -49,7 +49,10 @@ struct _timeout {
void add_timeout_intern(int value_msec, int interval_msec, void(*_callback)(void*), void* arg, timeout* t);
gint compare_timeouts(gconstpointer t1, gconstpointer t2);
gint compare_timespecs(const struct timespec* t1, const struct timespec* t2);
int timespec_subtract(struct timespec* result, struct timespec* x, struct timespec* y);
struct timespec add_msec_to_timespec(struct timespec ts, int msec);
int align_with_existing_timeouts(timeout* t);
void create_multi_timeout(timeout* t1, timeout* t2);