X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/2941efc089ce3a0c9a82da9e9cfa2cf244f0e0a3..b1fb76dfdbb2d8e34663f3cb1a9cc2eafac8899e:/gdk/gdk.lisp diff --git a/gdk/gdk.lisp b/gdk/gdk.lisp index 30c48b9..cf148c8 100644 --- a/gdk/gdk.lisp +++ b/gdk/gdk.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: gdk.lisp,v 1.19 2006/02/07 13:22:14 espen Exp $ +;; $Id: gdk.lisp,v 1.20 2006/02/08 22:20:22 espen Exp $ (in-package "GDK") @@ -425,7 +425,7 @@ (defbinding rgb-init () nil) (defmethod initialize-instance ((cursor cursor) &key type mask fg bg (x 0) (y 0) (display (display-get-default))) (setf - (slot-value cursor 'location) + (foreign-location cursor) (etypecase type (keyword (%cursor-new-for-display display type)) (pixbuf (%cursor-new-from-pixbuf display type x y))