chiark / gitweb /
Added missing surface types
authorespen <espen>
Mon, 4 Jun 2007 10:42:53 +0000 (10:42 +0000)
committerespen <espen>
Mon, 4 Jun 2007 10:42:53 +0000 (10:42 +0000)
cairo/cairo.lisp

index 74bf02a823e710aeb2e4a1317817fb50a6d794e1..5b5db2cd5abb088e8e55472e9da4625b3e2ce1a2 100644 (file)
@@ -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)
     ())