diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh index 3c26530..d533dfc 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -305,7 +305,7 @@ public: | |||
305 | * @param width will be filled in with maximum width | 305 | * @param width will be filled in with maximum width |
306 | * @param height will be filled in with maximum height | 306 | * @param height will be filled in with maximum height |
307 | */ | 307 | */ |
308 | void maxSize(unsigned int &width, unsigned int &height) const; | 308 | void getMaxSize(unsigned int* width, unsigned int* height) const; |
309 | void setWorkspace(int n); | 309 | void setWorkspace(int n); |
310 | void updateFunctions(); | 310 | void updateFunctions(); |
311 | void restoreAttributes(); | 311 | void restoreAttributes(); |