[libwnck] TaskList: remove new Startup Notification API



commit e2b235e60ff01e19d4827a40620a2b4176058f56
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date:   Tue Sep 2 17:01:33 2014 +0200

    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 files changed, 1 insertions(+), 2 deletions(-)
---
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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]