crategus / cl-cffi-gtk

cl-cffi-gtk is a Lisp binding to the GTK+ 3 library.
http://www.crategus.com/books/cl-cffi-gtk
146 stars 33 forks source link

(gdk-cursor-new-from-name (gdk-display-get-default) ...) returns nil no matter what #48

Closed stacksmith closed 7 years ago

stacksmith commented 7 years ago

I tried names from https://developer.gnome.org/gdk3/stable/gdk3-Cursors.html#gdk-cursor-new-from-name with no luck. NIL always.

Ferada commented 7 years ago

(gdk-cursor-new-from-name (gdk-display-get-default) "default") works for me. In what context are you running this?

stacksmith commented 7 years ago

Sadly no longer have the code that needed it... I will try to check it when I get a chance; let's assume it works since it works for you!