Changeset f80690a in mainline
- Timestamp:
- 2020-10-12T16:41:31Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 47728678
- Parents:
- 0d62c10
- Location:
- uspace
- Files:
-
- 11 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/gfxdemo/doc/doxygroups.h
r0d62c10 rf80690a 1 /** @addtogroup vdemo vdemo2 * @brief Demo application1 /** @addtogroup gfxdemo gfxdemo 2 * @brief Graphic demo 3 3 * @ingroup apps 4 4 */ -
uspace/app/meson.build
r0d62c10 rf80690a 85 85 'top', 86 86 'trace', 87 'uidemo', 87 88 'untar', 88 89 'usbinfo', -
uspace/lib/gfx/private/color.h
r0d62c10 rf80690a 38 38 #define _GFX_PRIVATE_COLOR_H 39 39 40 #include <stdint.h> 41 40 42 /** Actual structure of graphics color. 41 43 * -
uspace/lib/meson.build
r0d62c10 rf80690a 98 98 99 99 'gui', 100 'ui', 100 101 101 102 'guigfx',
Note:
See TracChangeset
for help on using the changeset viewer.