From: espen Date: Mon, 4 Jun 2007 10:42:53 +0000 (+0000) Subject: Added missing surface types X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/539851a836fe00f68002e8d2baaeccb4ce19d3f0 Added missing surface types --- diff --git a/cairo/cairo.lisp b/cairo/cairo.lisp index 40d7414..a87c6bb 100644 --- a/cairo/cairo.lisp +++ b/cairo/cairo.lisp @@ -20,7 +20,7 @@ ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -;; $Id: cairo.lisp,v 1.12 2007-04-06 14:12:09 espen Exp $ +;; $Id: cairo.lisp,v 1.13 2007-06-04 10:42:53 espen Exp $ (in-package "CAIRO") @@ -58,7 +58,7 @@ (define-enum-type hint-metrics :default :off :on) (define-enum-type surface-type image-surface pdf-surface ps-surface xlib-surface xcb-surface glitz-surface quartz-surface win32-surface beos-surface - directfb-surface) + directfb-surface svg-surface os2-surface) (defclass surface-class (proxy-class) ())