summaryrefslogtreecommitdiff
path: root/desktop/core_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/core_window.h')
-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);