emacs-diffs
[Top][All Lists]
Advanced

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

master 316fbc8ccb: Add more cursor bitmaps on Haiku


From: Po Lu
Subject: master 316fbc8ccb: Add more cursor bitmaps on Haiku
Date: Mon, 16 May 2022 22:51:58 -0400 (EDT)

branch: master
commit 316fbc8ccb33ad75d276b083dc027a2bb4d0dc66
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 vertd, horizd and
    hand bitmaps.
---
 src/haikufns.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/haikufns.c b/src/haikufns.c
index e783ceec0f..d55cdac44d 100644
--- a/src/haikufns.c
+++ b/src/haikufns.c
@@ -1882,6 +1882,7 @@ struct user_cursor_bitmap_info cursor_bitmaps_for_id[28] =
     { NULL, NULL, 0, 0, 0, 0                                   },
     { cross_ptr_bits, cross_ptrmask_bits, 30, 30, 15, 15       },
     { NULL, NULL, 0, 0, 0, 0                                   },
+    { hand_ptr_bits, hand_ptrmask_bits, 15, 15, 4, 3           },
     { NULL, NULL, 0, 0, 0, 0                                   },
     { NULL, NULL, 0, 0, 0, 0                                   },
     { NULL, NULL, 0, 0, 0, 0                                   },
@@ -1897,9 +1898,8 @@ 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                                   },
-    { NULL, NULL, 0, 0, 0, 0                                   },
-    { NULL, NULL, 0, 0, 0, 0                                   },
+    { horizd_ptr_bits, horizd_ptrmask_bits, 15, 15, 7, 7       },
+    { vertd_ptr_bits, vertd_ptrmask_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]