Changeset db3895d in mainline for uspace/lib/display
- Timestamp:
 - 2021-06-10T17:10:11Z (4 years ago)
 - Branches:
 - master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - af5d62eb
 - Parents:
 - 90f1f19
 - File:
 - 
      
- 1 edited
 
- 
          
  uspace/lib/display/include/types/display/cursor.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/lib/display/include/types/display/cursor.h
r90f1f19 rdb3895d 1 1 /* 2 * Copyright (c) 202 0Jiri Svoboda2 * Copyright (c) 2021 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 47 47 dcurs_size_uldr, 48 48 /** Double arrow pointing up-right nad down-left */ 49 dcurs_size_urdl 49 dcurs_size_urdl, 50 /** I-beam (suggests editable text) */ 51 dcurs_ibeam 50 52 } display_stock_cursor_t; 51 53 52 54 enum { 53 55 /** Number of stock cursor types */ 54 dcurs_limit = dcurs_ size_urdl+ 156 dcurs_limit = dcurs_ibeam + 1 55 57 }; 56 58  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  