aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'uzbl-core.h')
-rw-r--r--uzbl-core.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/uzbl-core.h b/uzbl-core.h
index 842d965..7c557ef 100644
--- a/uzbl-core.h
+++ b/uzbl-core.h
@@ -158,6 +158,7 @@ typedef struct {
int webkit_micro;
gchar *arch;
gchar *commit;
+ gchar *pid_str;
} Info;
/* main uzbl data structure */
@@ -190,7 +191,7 @@ enum event_type {
KEY_PRESS, KEY_RELEASE, DOWNLOAD_REQ, COMMAND_EXECUTED,
LINK_HOVER, TITLE_CHANGED, GEOMETRY_CHANGED,
WEBINSPECTOR, COOKIE, NEW_WINDOW, SELECTION_CHANGED,
- VARIABLE_SET, FIFO_SET,
+ VARIABLE_SET, FIFO_SET, INSTANCE_START, INSTANCE_EXIT,
/* must be last entry */
LAST_EVENT