Changeset 708bfeb in mainline
- Timestamp:
- 2025-04-07T22:09:29Z (10 hours ago)
- Parents:
- 0db0df2 (diff), 651dde7 (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. - git-author:
- Wayne Thornton <wmthornton-dev@…> (2025-04-07 22:09:29)
- git-committer:
- GitHub <noreply@…> (2025-04-07 22:09:29)
- Location:
- uspace/app
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/aboutos/aboutos.c
r0db0df2 r708bfeb 167 167 ui_wnd_params_init(¶ms); 168 168 params.caption = "About HelenOS"; 169 params.placement = ui_wnd_place_center; 169 170 170 171 /* FIXME: Auto layout */ -
uspace/app/meson.build
r0db0df2 r708bfeb 37 37 'cpptest', 38 38 'date', 39 'date_cfg', 39 40 'devctl', 40 41 'df',
Note:
See TracChangeset
for help on using the changeset viewer.