From: Po Lu Date: Sat, 28 May 2022 04:35:12 +0000 (+0000) Subject: Add more cursor bitmaps on Haiku X-Git-Tag: emacs-29.0.90~1910^2~373 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f91e87cc8aa4a477ef9995de5314eac6093572ef;p=emacs.git Add more cursor bitmaps on Haiku * src/haikufns.c (cursor_bitmaps_for_id): Add hourglass cursor. --- diff --git a/src/haikufns.c b/src/haikufns.c index cf64eff7022..86173c8e867 100644 --- a/src/haikufns.c +++ b/src/haikufns.c @@ -1927,7 +1927,7 @@ struct user_cursor_bitmap_info cursor_bitmaps_for_id[28] = { NULL, NULL, 0, 0, 0, 0 }, { NULL, NULL, 0, 0, 0, 0 }, { NULL, NULL, 0, 0, 0, 0 }, - { NULL, NULL, 0, 0, 0, 0 }, + { hourglass_bits, hourglass_mask_bits, 15, 15, 7, 7 }, { NULL, NULL, 0, 0, 0, 0 }, { NULL, NULL, 0, 0, 0, 0 }, { NULL, NULL, 0, 0, 0, 0 },