aboutsummaryrefslogtreecommitdiffstats
path: root/libaxl-display-info.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-04-24 20:10:41 +0200
committerMattias Andrée <maandree@kth.se>2020-04-24 20:10:41 +0200
commitd4892a2cbec497b0fed1334ae17e0c7998834b48 (patch)
treebb959b8b623716e904212fc26d6382d4fe49219b /libaxl-display-info.h
parentSecond commit (diff)
downloadlibaxl-d4892a2cbec497b0fed1334ae17e0c7998834b48.tar.gz
libaxl-d4892a2cbec497b0fed1334ae17e0c7998834b48.tar.bz2
libaxl-d4892a2cbec497b0fed1334ae17e0c7998834b48.tar.xz
Third commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libaxl-display-info.h')
-rw-r--r--libaxl-display-info.h5
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;
};