aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2008-08-15 17:38:41 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2008-08-15 17:38:41 (GMT)
commit1d8dfcdf9ad5405f4eef18dc009ce8cfe6d27f29 (patch)
treee69620e1f7e0a3c2173b71e7675b22b9fbf79d06 /src/Window.hh
parent1056474e1d2b6a437051a9ef6eb450df599998c8 (diff)
downloadfluxbox-1d8dfcdf9ad5405f4eef18dc009ce8cfe6d27f29.zip
fluxbox-1d8dfcdf9ad5405f4eef18dc009ce8cfe6d27f29.tar.bz2
cosmetic api change
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh2
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();