chiark / gitweb /
Bug fix
authorespen <espen>
Thu, 10 Jan 2008 13:31:39 +0000 (13:31 +0000)
committerespen <espen>
Thu, 10 Jan 2008 13:31:39 +0000 (13:31 +0000)
cairo/cairo.lisp

index f550888b11d3bdc146077e21f2984b3b1b002796..a7987325ba7f8a680a626a2a4398164d33c845a3 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.19 2007-12-02 14:50:41 espen Exp $
+;; $Id: cairo.lisp,v 1.20 2008-01-10 13:31:39 espen Exp $
 
 (in-package "CAIRO")
 
@@ -676,7 +676,7 @@ (defbinding show-text () nil
 
 (defbinding show-glyphs () nil
   (cr context)
-  (glyphs (vector glyph))
+  (glyphs (vector (inlined glyph)))
   ((length glyphs) int))
 
 (defbinding font-extents (cr &optional (extents (make-instance 'font-extents))) nil