summaryrefslogtreecommitdiff
path: root/src/dwb.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2011-12-28 04:02:25 +0100
committerportix <portix@gmx.net>2011-12-28 04:02:25 +0100
commitb2383d226fc4625d2415738ba026c4c565967bcd (patch)
treead77fff6f7ac5c30f62228deabe839b7846ea99b /src/dwb.h
parentcbc51f69d6cb743886071980664f73c4d804342a (diff)
downloaddwb-b2383d226fc4625d2415738ba026c4c565967bcd.zip
Reintroducing dwb_update_layout, needed for the correct tabnumber if a tab is removed/added.
--HG-- branch : experimental
Diffstat (limited to 'src/dwb.h')
-rw-r--r--src/dwb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dwb.h b/src/dwb.h
index 610d7b8b..3480174a 100644
--- a/src/dwb.h
+++ b/src/dwb.h
@@ -806,5 +806,6 @@ void dwb_set_adblock(GList *, WebSettings *);
gboolean dwb_eval_key(GdkEventKey *);
void dwb_follow_selection(void);
+void dwb_update_layout(void);
#endif