From 6f8078781480ba1f08a9dcf9b6630b8f78641507 Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Tue, 13 Sep 2011 08:51:43 +0000 Subject: use process id as the default instance name we were using the X window id, but this won't be unique if you have several displays on the same machine, and it doesn't exist if you're in plug mode. --- src/uzbl-core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/uzbl-core.h') diff --git a/src/uzbl-core.h b/src/uzbl-core.h index 9aba992..b5afa3a 100644 --- a/src/uzbl-core.h +++ b/src/uzbl-core.h @@ -207,6 +207,8 @@ typedef struct { int webkit_micro; gchar* arch; gchar* commit; + + pid_t pid; gchar* pid_str; } Info; @@ -219,8 +221,6 @@ typedef struct { Behaviour behave; Communication comm; Info info; - - Window xwin; } UzblCore; extern UzblCore uzbl; /* Main Uzbl object */ -- cgit v1.2.3