From d3e7af659bae3ea4cf1037fca81e071acbab31ec Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 29 Jan 2012 20:00:35 +0300 Subject: Smal refactoring in resize code. --- src/client.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index 29059e83a..5c9dfdaa1 100644 --- a/src/client.h +++ b/src/client.h @@ -258,6 +258,9 @@ public: static std::string getServerName() { return instance()->mServerName; } + static void resize(int width, int height) + { instance()->resizeVideo(width, height); } + static void setGuiAlpha(float n); static float getGuiAlpha(); -- cgit v1.2.3-60-g2f50