From 958136f0ae2544ad6f82a89e9b14cd96fbe5339d Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 10 Mar 2019 14:53:44 +0000 Subject: Media queries: Add media type member to struct css_media. --- include/libcss/types.h | 3 +++ 1 file changed, 3 insertions(+) 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; -- cgit v1.2.3