Bug fix
[clg] / gdk / gdktypes.lisp
index 420c9ef..84383a5 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: gdktypes.lisp,v 1.20 2005-04-24 13:29:36 espen Exp $
+;; $Id: gdktypes.lisp,v 1.22 2006-02-26 23:47:50 espen Exp $
 
 (in-package "GDK")
 
     :accessor color-red
     :type unsigned-short)
    (green
-    :allocation :alien
+    :allocation :alien :offset 6
     :accessor color-green
     :type unsigned-short)
    (blue
-    :allocation :alien
+    :allocation :alien  :offset 8
     :accessor color-blue
     :type unsigned-short))
   (:metaclass boxed-class))
@@ -98,7 +98,7 @@
   ("GdkGCX11" :ignore t)
   ("GdkColor" :ignore t)
   ("GdkEvent" :ignore t)
-  ("GdkRectngle" :ignore t)
+  ("GdkRectangle" :ignore t)
   ("GdkCursor" :ignore t)
   ("GdkFont" :ignore t) ; deprecated
   ("GdkEventMask" :ignore t) ; manually defined
   :shift :lock :control :mod1 :mod2 :mod3 :mod4 :mod5 
   :button1 :button2 :button3 :button4 :button5
   (:release #.(ash 1 30)))
+
+(deftype native-window () '(unsigned 32))