Changeset 3434233 in mainline for uspace/lib/display/include/disp_srv.h
- Timestamp:
- 2019-12-16T10:14:12Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 65160d7
- Parents:
- fdc8e40
- git-author:
- Jiri Svoboda <jiri@…> (2019-12-15 10:13:47)
- git-committer:
- Jiri Svoboda <jiri@…> (2019-12-16 10:14:12)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/display/include/disp_srv.h
rfdc8e40 r3434233 38 38 #include <async.h> 39 39 #include <errno.h> 40 #include <types/display/event.h>41 #include <types/display/wndparams.h>40 #include "display/wndparams.h" 41 #include "types/display/event.h" 42 42 43 43 typedef struct display_ops display_ops_t;
Note:
See TracChangeset
for help on using the changeset viewer.