mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
graphics: A little more progress with software cursors.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user