From d0330cba2849f716be672da6183724786dfb3b9b Mon Sep 17 00:00:00 2001 From: Robert Manea Date: Sun, 13 Sep 2009 02:25:20 +0200 Subject: added ability to buffer events until a client attached to the socket --- uzbl-core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'uzbl-core.h') diff --git a/uzbl-core.h b/uzbl-core.h index 07d307f..5b59c61 100644 --- a/uzbl-core.h +++ b/uzbl-core.h @@ -71,6 +71,7 @@ typedef struct { gchar* keycmd; gchar* searchtx; gboolean verbose; + GPtrArray *event_buffer; } State; -- cgit v1.2.3