summaryrefslogtreecommitdiff
path: root/dviware/quicspool/diffs/pic
blob: f2b2a8b2ef13ec2b02dfd29f3a3903cea2fe2a01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*** main.c.orig	Thu Nov 12 10:42:49 1987
--- main.c	Thu Nov 12 10:44:26 1987
***************
*** 81,86
  				res = 723;
  				devtype = DEVAPS;
  				DX = DY = 1;
  			} else if (strcmp(&argv[1][2], "202") == 0) {
  				res = 972;
  				devtype = DEV202;

--- 81,91 -----
  				res = 723;
  				devtype = DEVAPS;
  				DX = DY = 1;
+ 			} else if (strcmp(&argv[1][2], "qms") == 0) {
+ 				res = 300;
+ 				/* X9700 has the same resolution so use it */
+ 				devtype = DEVX97;
+ 				DX = DY = 1;
  			} else if (strcmp(&argv[1][2], "202") == 0) {
  				res = 972;
  				devtype = DEV202;