mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
Add more cursor bitmaps on Haiku
* src/haikufns.c (cursor_bitmaps_for_id): Add vertd, horizd and hand bitmaps.
This commit is contained in:
parent
e52159d0dc
commit
316fbc8ccb
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user