summaryrefslogtreecommitdiffstats
path: root/common/glib-ectomy.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2006-08-20 22:31:34 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2006-08-20 22:31:34 +0000
commitd93952ad4b8e6ae7e212037ed1b37940560e814c (patch)
treeca5425fdfc7c889651f08615eae2529c9da91939 /common/glib-ectomy.h
parentec3ac41ca8876f36cc8869ab1c384980f793c40f (diff)
Fix processing of the timeout list in GMainContext
Diffstat (limited to 'common/glib-ectomy.h')
-rw-r--r--common/glib-ectomy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/glib-ectomy.h b/common/glib-ectomy.h
index f52a9ce2..af6f4fbb 100644
--- a/common/glib-ectomy.h
+++ b/common/glib-ectomy.h
@@ -48,6 +48,7 @@ typedef struct _GMainContext {
guint next_id;
glong timeout;
struct slist *ltimeout;
+ struct slist *processed;
} GMainContext;
typedef struct _GMainLoop {