summaryrefslogtreecommitdiff
path: root/src/dwb.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2012-01-22 14:19:35 +0100
committerportix <portix@gmx.net>2012-01-22 14:19:35 +0100
commitff9bafff14824a67070ec5db8cd99994f7bd30bf (patch)
tree4b02d112755284b99abba766b28a05dc3055f80a /src/dwb.h
parent1e828d566ccbda14a60d673596b278d9d5de58c1 (diff)
downloaddwb-ff9bafff14824a67070ec5db8cd99994f7bd30bf.zip
Introducing new javascript extensions .onload.js and .onload.all.js
Diffstat (limited to 'src/dwb.h')
-rw-r--r--src/dwb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dwb.h b/src/dwb.h
index 798e9f3d..e77e43b6 100644
--- a/src/dwb.h
+++ b/src/dwb.h
@@ -629,8 +629,10 @@ struct _Misc {
const char *prog_path;
/* applied to the mainframe */
char *scripts;
+ char *scripts_onload;
/* applied to all frames */
char *allscripts;
+ char *allscripts_onload;
const char *profile;
const char *default_search;
SoupSession *soupsession;