From 539851a836fe00f68002e8d2baaeccb4ce19d3f0 Mon Sep 17 00:00:00 2001 From: espen Date: Mon, 4 Jun 2007 10:42:53 +0000 Subject: [PATCH] Added missing surface types --- cairo/cairo.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 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) ()) -- 2.11.0