1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-17 04:57:23 +00:00
Files
Interlisp.maiko/inc/xbitmaps.h
Nick Briggs 26857f3131 Change icon, cursor images and masks to const uint8_t (#239)
The predefined cursors (image and mask) are better represented
as arrays of const uint8_t rather than char.  Likewise for the
window icon.  Track this change in the functions that take the
image and mask as arguments, casting only when we get to the
X library functions that take char*.
2021-01-19 10:16:08 -08:00

9.3 KiB