summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2014-09-02 17:01:33 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2014-09-02 17:05:23 +0200
commite2b235e60ff01e19d4827a40620a2b4176058f56 (patch)
treeb615ff4f84d9671bf40276387346f93a2d956799
parentebc43fc5558fc4042668dc5d3be5e451dffac0d0 (diff)
downloadlibwnck-e2b235e60ff01e19d4827a40620a2b4176058f56.tar.gz
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.
-rw-r--r--libwnck/tasklist.c3
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);