summaryrefslogtreecommitdiff
path: root/src/select/unit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/unit.h')
-rw-r--r--src/select/unit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/select/unit.h b/src/select/unit.h
index e4d21da..6a677b6 100644
--- a/src/select/unit.h
+++ b/src/select/unit.h
@@ -14,13 +14,13 @@
/**
* Convert a length to CSS pixels for a media query context.
*
- * \param[in] media Client media specification.
+ * \param[in] ctx Document unit conversion context.
* \param[in] length Length to convert.
* \param[in] unit Current unit of length.
* \return A length in CSS pixels.
*/
css_fixed css_unit_len2px_mq(
- const css_media *media,
+ const css_unit_ctx *ctx,
const css_fixed length,
const css_unit unit);