Ignore:
Timestamp:
2020-05-15T16:18:51Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4912dd59
Parents:
6feccae
Message:

Bitmapped mouse cursor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/types/display/seat.h

    r6feccae r4d8002d  
    4848        /** Window this seat is focused on */
    4949        struct ds_window *focus;
     50        /** Current seat cursor */
     51        struct ds_cursor *cursor;
    5052        /** Pointer position */
    5153        gfx_coord2_t pntpos;
Note: See TracChangeset for help on using the changeset viewer.