Changeset 5d94b16c in mainline for uspace/lib/gui/terminal.h
- Timestamp:
- 2012-08-25T19:42:45Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4c84ada5, 5c702a8
- Parents:
- 070ad12
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/terminal.h
r070ad12 r5d94b16c 41 41 #include <font.h> 42 42 #include <io/chargrid.h> 43 #include <io/con_srv.h> 43 44 #include <adt/list.h> 44 45 #include <adt/prodcons.h> … … 66 67 67 68 service_id_t dsid; 69 con_srvs_t srvs; 68 70 } terminal_t; 69 71
Note:
See TracChangeset
for help on using the changeset viewer.