aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-09-13 02:25:20 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-09-13 02:25:20 +0200
commitd0330cba2849f716be672da6183724786dfb3b9b (patch)
treeba1f22951f8aaea6d8f041de054d8572e71f9755 /uzbl-core.h
parent96f9f888b795bd76e5939011ad0756e32f31e95c (diff)
added ability to buffer events until a client attached to the socket
Diffstat (limited to 'uzbl-core.h')
-rw-r--r--uzbl-core.h1
1 files changed, 1 insertions, 0 deletions
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;