Changeset 06a61fc in mainline for uspace/app/taskbar/wndlist.c
- Timestamp:
- 2023-10-02T09:19:56Z (15 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b2261af0
- Parents:
- be0ec50
- git-author:
- Jiri Svoboda <jiri@…> (2023-10-01 09:19:27)
- git-committer:
- Jiri Svoboda <jiri@…> (2023-10-02 09:19:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/wndlist.c
rbe0ec50 r06a61fc 45 45 #include <ui/ui.h> 46 46 #include <ui/window.h> 47 #include "clock.h"48 47 #include "wndlist.h" 49 48 … … 85 84 * @param window Containing window 86 85 * @param fixed Fixed layout to which buttons will be added 87 * @param wndmgt Window management service88 86 * @param rwndlist Place to store pointer to new window list 89 87 * @return @c EOK on success or an error code … … 178 176 } 179 177 180 /** Destroy task bar window list. */ 178 /** Destroy task bar window list. 179 * 180 * @param wndlist Window list 181 */ 181 182 void wndlist_destroy(wndlist_t *wndlist) 182 183 { … … 469 470 } 470 471 471 /** Compute and set window list entry rectangle. 472 * 473 * Compute rectangle for window list entry and set it. 472 /** Unpaint window list entry. 474 473 * 475 474 * @param entry Window list entry
Note:
See TracChangeset
for help on using the changeset viewer.