From 1ac23bbf925da05a8bbc43ecf37dd67e702c7853 Mon Sep 17 00:00:00 2001
From: Chris Li
- * Format: {width}x{height}/{dpi};...
+ * Format:
+ *
+ * [display1];[display2];...
+ *
+ * with each display specified as:
+ *
+ * [mode1]|[mode2]|...,[flag1],[flag2],...
+ *
+ * with each mode specified as:
+ *
+ * [width]x[height]/[densityDpi]
+ *
+ * Supported flags:
+ *
+ *
* secure
: creates a secure displayown_content_only
: only shows this display's own contentshould_show_system_decorations
: supports system decorations
* Example: *
1280x720/213: make one overlay that is 1280x720 at 213dpi.1920x1080/320;1280x720/213: make two overlays, the first
- * at 1080p and the second at 720p.1920x1080/320,secure;1280x720/213: make two overlays, the first at
+ * 1080p and secure; the second at 720p.1920x1080/320|3840x2160/640: make one overlay that is 1920x1080 at
+ * 213dpi by default, but can also be upscaled to 3840x2160 at 640dpi by the system if the
+ * display device allows.