Changeset ddb844e in mainline for uspace/srv/locsrv/locsrv.c
- Timestamp:
- 2020-07-03T23:00:34Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e79a025
- Parents:
- edb57bc6 (diff), 1a1c75e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/locsrv/locsrv.c
redb57bc6 rddb844e 1378 1378 categ_dir_add_cat(&cdir, cat); 1379 1379 1380 cat = category_new("visualizer");1381 categ_dir_add_cat(&cdir, cat);1382 1383 1380 cat = category_new("renderer"); 1381 categ_dir_add_cat(&cdir, cat); 1382 1383 cat = category_new("display-device"); 1384 1384 categ_dir_add_cat(&cdir, cat); 1385 1385
Note:
See TracChangeset
for help on using the changeset viewer.