summaryrefslogtreecommitdiff
path: root/include/libcss/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcss/types.h')
-rw-r--r--include/libcss/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libcss/types.h b/include/libcss/types.h
index 49bd68c..44aef12 100644
--- a/include/libcss/types.h
+++ b/include/libcss/types.h
@@ -208,6 +208,9 @@ typedef struct css_media_resolution {
* Media specification
*/
typedef struct css_media {
+ /* Media type */
+ css_media_type type;
+
/* Screen / Device media features */
css_media_length width;
css_media_length height;