diff options
author | portix <portix@gmx.net> | 2012-01-22 14:19:35 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-01-22 14:19:35 +0100 |
commit | ff9bafff14824a67070ec5db8cd99994f7bd30bf (patch) | |
tree | 4b02d112755284b99abba766b28a05dc3055f80a /src/dwb.h | |
parent | 1e828d566ccbda14a60d673596b278d9d5de58c1 (diff) | |
download | dwb-ff9bafff14824a67070ec5db8cd99994f7bd30bf.zip |
Introducing new javascript extensions .onload.js and .onload.all.js
Diffstat (limited to 'src/dwb.h')
-rw-r--r-- | src/dwb.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |