GNOME Bugzilla – Bug 596250
Gdkcursor-quartz.c doesn't implement GDK_BLANK_CURSOR
Last modified: 2009-09-25 19:21:09 UTC
Created attachment 143948 [details] [review] Adds new function for creating blank cursors. 1cba7387ce6bc59b4d9b22f7b9462358dbd9fec9 Added a new GdkCursorType, GDK_BLANK_CURSOR, with a enumeration value of -2. This value isn't accounted for in gdk/quartz/gdkcursor-quartz.c and, because the negative enumeration value gets used to index an array, causes a bus error (segfault) when used in a program. The attached patch handles the new cursor type.
Thanks for the patch. Committed with subtle changes. Will push to master in a few minutes.
Thanks very much for your quick response. Regards, John Ralls '