graphics: A little more progress with software cursors.

This commit is contained in:
Gregory Nutt
2019-04-07 16:04:21 -06:00
parent 79b83f0c05
commit e5c56aaab6
5 changed files with 229 additions and 14 deletions
-1
View File
@@ -90,7 +90,6 @@ struct cursor_image_s
{
cursor_coord_t width; /* Width of the cursor image in pixels */
cursor_coord_t height; /* Height of the cursor image in pixels */
cursor_coord_t stride; /* Width of the image in bytes */
cursor_color_t color1; /* Color1 is main color of the cursor */
cursor_color_t color2; /* Color2 is color of any border */
cursor_color_t color3; /* Color3 is the blended color */