Changeset 265989d in mainline for uspace/lib/display
- Timestamp:
 - 2020-02-24T17:03:26Z (6 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - 2a515dcd
 - Parents:
 - 1388f7f0
 - File:
 - 
      
- 1 edited
 
- 
          
  uspace/lib/display/include/types/display.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/lib/display/include/types/display.h
r1388f7f0 r265989d 40 40 #include <io/kbd_event.h> 41 41 #include <io/pos_event.h> 42 #include <stddef.h> 42 43 #include <stdint.h> 44 45 /** Use the default display service (argument to display_open() */ 46 #define DISPLAY_DEFAULT NULL 43 47 44 48 /** Display server session */  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  