summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2012-11-08 15:48:30 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2012-11-21 14:03:10 +0000
commitbf40fc2bac82852bf2dffc9efdb4ed98c746b8c5 (patch)
tree424d156c2c0d75a332af3d2ef2008d3dd595947c
parente67e386f1b3432f4697ae61f64150a7f8284c069 (diff)
Fix description of xcwm_window_constrain_sizing()
-rw-r--r--include/xcwm/window.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/xcwm/window.h b/include/xcwm/window.h
index 39bc3ca..f6880df 100644
--- a/include/xcwm/window.h
+++ b/include/xcwm/window.h
@@ -248,8 +248,10 @@ xcwm_window_get_sizing(xcwm_window_t const *window);
* Constrain height and width values according to sizing
* hints for window
* @param window The window
- * @param widthp The height
- * @param heightp The width
+ * @param[in] widthp The height
+ * @param[in] heightp The width
+ * @param[out] widthp The constrained height
+ * @param[out] heightp The constrained width
*/
void
xcwm_window_constrain_sizing(xcwm_window_t const *window, int *widthp, int *heightp);