emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f91e87cc8a: Add more cursor bitmaps on Haiku


From: Po Lu
Subject: master f91e87cc8a: Add more cursor bitmaps on Haiku
Date: Sat, 28 May 2022 00:36:53 -0400 (EDT)

branch: master
commit f91e87cc8aa4a477ef9995de5314eac6093572ef
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    Add more cursor bitmaps on Haiku
    
    * src/haikufns.c (cursor_bitmaps_for_id): Add hourglass cursor.
---
 src/haikufns.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/haikufns.c b/src/haikufns.c
index cf64eff702..86173c8e86 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                                   },



reply via email to

[Prev in Thread] Current Thread [Next in Thread]