chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5fba7ba
)
Bug fix
author
espen
<espen>
Tue, 7 Feb 2006 17:04:40 +0000
(17:04 +0000)
committer
espen
<espen>
Tue, 7 Feb 2006 17:04:40 +0000
(17:04 +0000)
cairo/cairo.lisp
patch
|
blob
|
blame
|
history
diff --git
a/cairo/cairo.lisp
b/cairo/cairo.lisp
index 142a22d585ba34358d11cf71b054ee25b58c7c53..5d6a5adaff5007bf05e98c57a6bde0f3ec9be1b6 100644
(file)
--- 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.
;; 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.
2 2005-11-15 10:03:04
espen Exp $
+;; $Id: cairo.lisp,v 1.
3 2006-02-07 17:04:40
espen Exp $
(in-package "CAIRO")
(in-package "CAIRO")
@@
-52,7
+52,7
@@
(define-enum-type subpixel-order :default :rgb :bgr :vrgb :vbgr)
(define-enum-type hint-style :default :none :slight :medium :full)
(define-enum-type hint-metrics :default :off :on)
(define-enum-type hint-style :default :none :slight :medium :full)
(define-enum-type hint-metrics :default :off :on)
- (defclass glyph (
proxy
)
+ (defclass glyph (
struct
)
((index
:allocation :alien
:initarg :index
((index
:allocation :alien
:initarg :index
@@
-649,7
+649,7
@@
(defbinding %font-options-destroy () nil
(location pointer))
(defmethod reference-foreign ((class (eql (find-class 'font-options))) location)
(location pointer))
(defmethod reference-foreign ((class (eql (find-class 'font-options))) location)
- (%font-options-
reference
location))
+ (%font-options-
copy
location))
(defmethod unreference-foreign ((class (eql (find-class 'font-options))) location)
(%font-options-destroy location))
(defmethod unreference-foreign ((class (eql (find-class 'font-options))) location)
(%font-options-destroy location))