X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/1b7d3a82c2be76c7341871d9097b6d3f8d4e57e8..2e8019d551e8c53d096c6ec3853bf524308b9291:/gdk/gdk.lisp diff --git a/gdk/gdk.lisp b/gdk/gdk.lisp index be257a5..21cf24e 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.28 2006/04/25 22:27:13 espen Exp $ +;; $Id: gdk.lisp,v 1.29 2006/04/26 15:01:05 espen Exp $ (in-package "GDK") @@ -436,7 +436,7 @@ (defun ensure-cursor (cursor &rest args) (if (typep cursor 'cursor) cursor - (apply #'make-instance 'cursor :type cursor args))) + (apply #'make-instance 'cursor :source cursor args))) (defbinding %cursor-new-for-display () pointer (display display)