Changeset 95fc538 in mainline for uspace/app/taskbar/wndlist.c
- Timestamp:
- 2023-10-26T11:51:50Z (19 months ago)
- Branches:
- master, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d28bdbe
- Parents:
- cb2894e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/wndlist.c
rcb2894e r95fc538 30 30 * @{ 31 31 */ 32 /** @file Task 32 /** @file Taskbar window list 33 33 */ 34 34 … … 80 80 }; 81 81 82 /** Create task 82 /** Create taskbar window list. 83 83 * 84 84 * @param window Containing window … … 176 176 } 177 177 178 /** Destroy task 178 /** Destroy taskbar window list. 179 179 * 180 180 * @param wndlist Window list
Note:
See TracChangeset
for help on using the changeset viewer.