Changeset 265989d in mainline for uspace/lib
- Timestamp:
- 2020-02-24T17:03:26Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2a515dcd
- Parents:
- 1388f7f0
- Location:
- uspace/lib
- Files:
-
- 2 edited
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 */ -
uspace/lib/meson.build
r1388f7f0 r265989d 33 33 'c', 34 34 'math', 35 'display', 35 36 'gui', 36 37 'draw',
Note:
See TracChangeset
for help on using the changeset viewer.