summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-08-19 14:03:36 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-08-19 14:03:36 +0100
commit0e00654681d74dc5c2d1d233ced04d1763df7aae (patch)
tree4012fe934e9fc724b1bba5cd386f672138871c63
parentb686daea8c06bf302e6ab522f726a01d4d6fdad0 (diff)
downloadnetsurf-0e00654681d74dc5c2d1d233ced04d1763df7aae.tar.gz
netsurf-0e00654681d74dc5c2d1d233ced04d1763df7aae.tar.bz2
Mention behaviour when params are NULL in comment.
-rw-r--r--desktop/core_window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/core_window.h b/desktop/core_window.h
index 65d690555..ee7254b45 100644
--- a/desktop/core_window.h
+++ b/desktop/core_window.h
@@ -64,8 +64,8 @@ struct core_window_callback_table {
* Get window viewport dimensions
*
* \param cw the core window object
- * \param width to be set to viewport width in px
- * \param height to be set to viewport height in px
+ * \param width to be set to viewport width in px, if non NULL
+ * \param height to be set to viewport height in px, if non NULL
*/
void (*get_window_dimensions)(struct core_window *cw,
int *width, int *height);