diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h index 7a88c6734..82bb4be15 100644 --- a/src/client.h +++ b/src/client.h @@ -311,7 +311,9 @@ public: void writePacketLimits(const std::string &packetLimitsName) const; - void resizeVideo(int width, int height, const bool always = false); + void resizeVideo(int actualWidth, + int actualHeight, + const bool always); bool limitPackets(const int type) A_WARN_UNUSED; |