diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2008-08-15 17:38:41 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2008-08-15 17:38:41 (GMT) |
commit | 1d8dfcdf9ad5405f4eef18dc009ce8cfe6d27f29 (patch) | |
tree | e69620e1f7e0a3c2173b71e7675b22b9fbf79d06 /src/Window.hh | |
parent | 1056474e1d2b6a437051a9ef6eb450df599998c8 (diff) | |
download | fluxbox_pavel-1d8dfcdf9ad5405f4eef18dc009ce8cfe6d27f29.zip fluxbox_pavel-1d8dfcdf9ad5405f4eef18dc009ce8cfe6d27f29.tar.bz2 |
cosmetic api change
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(); |