From e2b235e60ff01e19d4827a40620a2b4176058f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Tue, 2 Sep 2014 17:01:33 +0200 Subject: TaskList: remove new Startup Notification API This patch has not been yet publicly released, thus it's not safe to apply this in master. It's better to leave distributors the choice weather to use or not use it. --- libwnck/tasklist.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libwnck/tasklist.c') diff --git a/libwnck/tasklist.c b/libwnck/tasklist.c index 7c80b17..4a68dde 100644 --- a/libwnck/tasklist.c +++ b/libwnck/tasklist.c @@ -4178,8 +4178,7 @@ sequence_timeout_callback (void *user_data) WnckTasklist *tasklist = user_data; GList *tmp; GTimeVal now; - time_t tv_sec; - suseconds_t tv_usec; + long tv_sec, tv_usec; double elapsed; g_get_current_time (&now); -- cgit v1.2.1