Mention behaviour when params are NULL in comment.

This commit is contained in:
Michael Drake 2013-08-19 14:03:36 +01:00
parent b686daea8c
commit 0e00654681
1 changed files with 2 additions and 2 deletions

View File

@ -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);