]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/testppd.c
Import CUPS trunk (1.4svn) r7116.
[thirdparty/cups.git] / cups / testppd.c
index dcd31d2cfa34f89aa75a022179c18769f0a3e179..e88a125682f6bbc5294a4936a8022024e5e632d5 100644 (file)
@@ -61,16 +61,6 @@ static const char    *default_code =
                        "} stopped cleartomark\n";
 
 static const char      *custom_code =
-                       "[{\n"
-                       "%%BeginFeature: *CustomPageSize True\n"
-                       "400\n"
-                       "500\n"
-                       "0\n"
-                       "0\n"
-                       "0\n"
-                       "PageSize=Custom\n"
-                       "%%EndFeature\n"
-                       "} stopped cleartomark\n"
                        "[{\n"
                        "%%BeginFeature: *InputSlot Tray\n"
                        "InputSlot=Tray\n"
@@ -83,6 +73,16 @@ static const char    *custom_code =
                        "[{\n"
                        "%%BeginFeature: *StringOption None\n"
                        "%%EndFeature\n"
+                       "} stopped cleartomark\n"
+                       "[{\n"
+                       "%%BeginFeature: *CustomPageSize True\n"
+                       "400\n"
+                       "500\n"
+                       "0\n"
+                       "0\n"
+                       "0\n"
+                       "PageSize=Custom\n"
+                       "%%EndFeature\n"
                        "} stopped cleartomark\n";