diff options
Diffstat (limited to '')
-rw-r--r-- | libaxl-display-info.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libaxl-display-info.h b/libaxl-display-info.h index 71cf80f..1d00a67 100644 --- a/libaxl-display-info.h +++ b/libaxl-display-info.h @@ -298,4 +298,9 @@ struct libaxl_display_info { * List of all screens in the display */ const struct libaxl_format *screens; + + /** + * The default screen + */ + const struct libaxl_format *default_screen; }; |