X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/906b440e0e0c31964cd556bcdd71ebfdfd254285..248f4dd729b616814194bcca3bb9f2ab04f0ea0d:/gdk/gdktypes.lisp?ds=sidebyside diff --git a/gdk/gdktypes.lisp b/gdk/gdktypes.lisp index 420c9ef..84383a5 100644 --- 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. -;; $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") @@ -42,11 +42,11 @@ :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 @@ -274,3 +274,5 @@ :shift :lock :control :mod1 :mod2 :mod3 :mod4 :mod5 :button1 :button2 :button3 :button4 :button5 (:release #.(ash 1 30))) + +(deftype native-window () '(unsigned 32))