From 431c1dcded16649c10331b9dc4e57f20067cea0b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 1 May 2018 13:27:52 +0200 Subject: Add 'add user', 'join channel'. Improve scrolling. Added locks --- include/MessageBoard.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/MessageBoard.hpp') diff --git a/include/MessageBoard.hpp b/include/MessageBoard.hpp index 739f161..e84396d 100644 --- a/include/MessageBoard.hpp +++ b/include/MessageBoard.hpp @@ -36,5 +36,6 @@ namespace dchat double scrollSpeed; sf::Clock frameTimer; double totalHeight; + bool scrollToBottom; }; } -- cgit v1.2.3