From d93952ad4b8e6ae7e212037ed1b37940560e814c Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sun, 20 Aug 2006 22:31:34 +0000 Subject: Fix processing of the timeout list in GMainContext --- common/glib-ectomy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/glib-ectomy.h') 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 { -- cgit