summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-01-15 12:22:09 +0300
committerAndrei Karas <akaras@inbox.ru>2014-01-15 12:22:09 +0300
commit2971fb33f5a31d3e2400e1637e16216e4c4a1a1c (patch)
tree2de8b84c8a5c3b40fa7608d8125b962cf18311bd /src/client.h
parent1c9df7b5139f80a85333f9ab88a9500381be1690 (diff)
downloadplus-2971fb33f5a31d3e2400e1637e16216e4c4a1a1c.tar.gz
plus-2971fb33f5a31d3e2400e1637e16216e4c4a1a1c.tar.bz2
plus-2971fb33f5a31d3e2400e1637e16216e4c4a1a1c.tar.xz
plus-2971fb33f5a31d3e2400e1637e16216e4c4a1a1c.zip
reload background image if reconnecting to other server.
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index b89996e26..c166b438b 100644
--- a/src/client.h
+++ b/src/client.h
@@ -321,6 +321,8 @@ public:
void updateScreenKeyboard(const int height)
{ mKeyboardHeight = height; }
+ void reloadWallpaper();
+
Window *openErrorDialog(const std::string &header,
const std::string &message,
const bool modal);