X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/90c5d56bea07587dc74d4424bfba46d3ae8a8e47..49ef0cdc631ac61e8a114fec45cca75786580915:/gdk/gdk.lisp?ds=sidebyside diff --git a/gdk/gdk.lisp b/gdk/gdk.lisp index c17ab6a..19d49d1 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)