]> git.ipfire.org Git - thirdparty/cups.git/commit - cups/ppd.c
Finish up custom option implementation.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 27 Feb 2006 02:42:07 +0000 (02:42 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 27 Feb 2006 02:42:07 +0000 (02:42 +0000)
commit51890df6a65c5659130f4b1f51d7d5e81f692cdf
tree7b78e17e1e98ac96656067f2699f07ff1e740ba5
parent73aa2ce11c96d78c4147c3327f1481cfe1dc502f
Finish up custom option implementation.

cups/mark.c:
    - ppdMarkOption(): Support option choices starting with "{",
      e.g. "{param1=value param2=value}".

cups/ppd.c:
    - ppdClose(): Don't free min/max string values.
    - ppdOpen2(): Min/max limits for strings are now integers.

cups/ppd.h:
    - Add ppd_cplimit_u and ppd_cplimit_t types, and use them for
      the minimum and maximum values for a custom parameter.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@5190 7a7537e8-13f0-0310-91df-b6672ffda945
cups/mark.c
cups/ppd.c
cups/ppd.h
doc/Makefile
doc/help/spec-ppd.html