summaryrefslogtreecommitdiff
path: root/web/web_dom.h
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-20 15:03:44 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-20 15:03:44 -0700
commit6fb1750b923b97a377d6ef8ad4a25b501e65b39d (patch)
tree07fd49ffd6ea14b528725c99f511136a1ea54fb3 /web/web_dom.h
parent7433d87aef18955468027a79edd9bb50c4db8275 (diff)
downloaddartboat-6fb1750b923b97a377d6ef8ad4a25b501e65b39d.tar.gz
dartboat-6fb1750b923b97a377d6ef8ad4a25b501e65b39d.tar.xz
web: support visit log for 3+ player matches
The new match modes are for testing. They'll eventually be removed in favour of true configurability.
Diffstat (limited to 'web/web_dom.h')
-rw-r--r--web/web_dom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/web_dom.h b/web/web_dom.h
index 8813d1a..45afd15 100644
--- a/web/web_dom.h
+++ b/web/web_dom.h
@@ -30,6 +30,8 @@ void dom_remove_class(char *sel, char *class);
void dom_toggle_class(char *sel, char *class);
void dom_set_uniq_class(char *sel, char *class, char *sel_set);
+void dom_set_style_property_int(char *prop, int val);
+
void dom_scroll_to_bottom(char *sel);
void dom_scroll_to_center_child(char *sel, char *sel_child);