X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/73572c12ccd49c661d06287903bfa725f5fd93a5..7abdba43523dd39f28caab7d728d2a2821e30e89:/gdk/gdktypes.lisp diff --git a/gdk/gdktypes.lisp b/gdk/gdktypes.lisp index 9aef2b6..509c7b3 100644 --- a/gdk/gdktypes.lisp +++ b/gdk/gdktypes.lisp @@ -15,7 +15,7 @@ ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -;; $Id: gdktypes.lisp,v 1.12 2005-02-03 23:09:07 espen Exp $ +;; $Id: gdktypes.lisp,v 1.15 2005-02-26 18:53:33 espen Exp $ (in-package "GDK") @@ -99,7 +99,24 @@ ("GdkRectngle" :ignore t) ("GdkCursor" :ignore t) ("GdkFont" :ignore t) ; deprecated - + ("GdkEventMask" :ignore t) ; manually defined + + ("GdkDisplay" + :slots + ((name + :allocation :virtual + :getter "gdk_display_get_name" + :reader display-name + :type (copy-of string)) + (screens + :allocation :virtual + :getter display-screens) + (devices + :allocation :virtual + :getter "gdk_display_list_devices" + :reader display-devices + :type (copy-of (glist device))))) + ("GdkDrawable" :slots ((display @@ -190,7 +207,7 @@ :reader cursor-display :type display)) (:metaclass boxed-class) - (:alien-name "GdkColor")) + (:alien-name "GdkCursor")) (defclass geometry (struct)