Changeset 95fc538 in mainline for uspace/app/taskbar/types
- Timestamp:
- 2023-10-26T11:51:50Z (2 years ago)
- Branches:
- master, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d28bdbe
- Parents:
- cb2894e
- Location:
- uspace/app/taskbar/types
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/types/clock.h
rcb2894e r95fc538 31 31 */ 32 32 /** 33 * @file Task bar clock33 * @file Taskbar clock 34 34 */ 35 35 … … 41 41 #include <ui/window.h> 42 42 43 /** Task bar clock43 /** Taskbar clock 44 44 * 45 45 * This is a custom UI control. -
uspace/app/taskbar/types/taskbar.h
rcb2894e r95fc538 31 31 */ 32 32 /** 33 * @file Task Bar types33 * @file Taskbar types 34 34 */ 35 35 … … 46 46 #include "wndlist.h" 47 47 48 /** Task bar */48 /** Taskbar */ 49 49 typedef struct taskbar { 50 50 /** User interface */ -
uspace/app/taskbar/types/tbsmenu.h
rcb2894e r95fc538 31 31 */ 32 32 /** 33 * @file Task bar start menu33 * @file Taskbar start menu 34 34 */ 35 35 … … 60 60 } tbsmenu_entry_t; 61 61 62 /** Task bar start menu */62 /** Taskbar start menu */ 63 63 typedef struct tbsmenu { 64 64 /** Containing window */ -
uspace/app/taskbar/types/wndlist.h
rcb2894e r95fc538 31 31 */ 32 32 /** 33 * @file Task bar window list33 * @file Taskbar window list 34 34 */ 35 35 … … 61 61 } wndlist_entry_t; 62 62 63 /** Task bar window list */63 /** Taskbar window list */ 64 64 typedef struct wndlist { 65 65 /** Base control object */
Note:
See TracChangeset
for help on using the changeset viewer.
