summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Benditovich <yuri.benditovich@daynix.com>2020-02-27 12:02:53 +0200
committerFrediano Ziglio <fziglio@redhat.com>2020-03-02 16:51:44 +0000
commit7a7928db8710339ccf95698908d03eca90d84034 (patch)
treeb8f0dc2b8b75c80e7d861c6ff02b42188944eb36
parent1594c4c54557bf7600802289d6e02d1869838219 (diff)
qxl-wddm-dod: Allow additional low resolution
https://bugzilla.redhat.com/show_bug.cgi?id=1758524 Examples are displays 320*200 and 800*480 Signed-off-by: Yuri Benditovich <yuri.benditovich@daynix.com> Acked-by: Marek Kedzierski <mkedzier@redhat.com>
-rwxr-xr-xqxldod/QxlDod.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/qxldod/QxlDod.h b/qxldod/QxlDod.h
index d889b9d..016b1aa 100755
--- a/qxldod/QxlDod.h
+++ b/qxldod/QxlDod.h
@@ -19,8 +19,8 @@
#define BITS_PER_BYTE 8
#define POINTER_SIZE 64
-#define MIN_WIDTH_SIZE 800
-#define MIN_HEIGHT_SIZE 600
+#define MIN_WIDTH_SIZE 320
+#define MIN_HEIGHT_SIZE 200
#define INITIAL_WIDTH 1024
#define INITIAL_HEIGHT 768
#define QXL_BPP 32