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:
12cae34
)
Bug fix
author
espen
<espen>
Mon, 30 Jan 2006 15:40:16 +0000
(15:40 +0000)
committer
espen
<espen>
Mon, 30 Jan 2006 15:40:16 +0000
(15:40 +0000)
gdk/gdktypes.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gdk/gdktypes.lisp
b/gdk/gdktypes.lisp
index 1335c231e15f951b9ae9b8155f6ab4e5b668f631..2963d94aac41df2858e9044de1e11c1e94fc2040 100644
(file)
--- a/
gdk/gdktypes.lisp
+++ b/
gdk/gdktypes.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: gdktypes.lisp,v 1.2
0 2005/04/24 13:29:3
6 espen Exp $
+;; $Id: gdktypes.lisp,v 1.2
1 2006/01/30 15:40:1
6 espen Exp $
(in-package "GDK")
(in-package "GDK")
@@
-42,11
+42,11
@@
(defclass color (boxed)
:accessor color-red
:type unsigned-short)
(green
:accessor color-red
:type unsigned-short)
(green
- :allocation :alien
+ :allocation :alien
:offset 6
:accessor color-green
:type unsigned-short)
(blue
:accessor color-green
:type unsigned-short)
(blue
- :allocation :alien
+ :allocation :alien
:offset 8
:accessor color-blue
:type unsigned-short))
(:metaclass boxed-class))
:accessor color-blue
:type unsigned-short))
(:metaclass boxed-class))
@@
-98,7
+98,7
@@
(define-types-by-introspection "Gdk"
("GdkGCX11" :ignore t)
("GdkColor" :ignore t)
("GdkEvent" :ignore t)
("GdkGCX11" :ignore t)
("GdkColor" :ignore t)
("GdkEvent" :ignore t)
- ("GdkRectngle" :ignore t)
+ ("GdkRect
a
ngle" :ignore t)
("GdkCursor" :ignore t)
("GdkFont" :ignore t) ; deprecated
("GdkEventMask" :ignore t) ; manually defined
("GdkCursor" :ignore t)
("GdkFont" :ignore t) ; deprecated
("GdkEventMask" :ignore t) ; manually defined