Changeset 95fc538 in mainline for uspace/app/taskbar/types


Ignore:
Timestamp:
2023-10-26T11:51:50Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, topic/msim-upgrade, topic/simplify-dev-export
Children:
d28bdbe
Parents:
cb2894e
Message:

It should be Taskbar not Task Bar

Location:
uspace/app/taskbar/types
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/taskbar/types/clock.h

    rcb2894e r95fc538  
    3131 */
    3232/**
    33  * @file Task bar clock
     33 * @file Taskbar clock
    3434 */
    3535
     
    4141#include <ui/window.h>
    4242
    43 /** Task bar clock
     43/** Taskbar clock
    4444 *
    4545 * This is a custom UI control.
  • uspace/app/taskbar/types/taskbar.h

    rcb2894e r95fc538  
    3131 */
    3232/**
    33  * @file Task Bar types
     33 * @file Taskbar types
    3434 */
    3535
     
    4646#include "wndlist.h"
    4747
    48 /** Task bar */
     48/** Taskbar */
    4949typedef struct taskbar {
    5050        /** User interface */
  • uspace/app/taskbar/types/tbsmenu.h

    rcb2894e r95fc538  
    3131 */
    3232/**
    33  * @file Task bar start menu
     33 * @file Taskbar start menu
    3434 */
    3535
     
    6060} tbsmenu_entry_t;
    6161
    62 /** Task bar start menu */
     62/** Taskbar start menu */
    6363typedef struct tbsmenu {
    6464        /** Containing window */
  • uspace/app/taskbar/types/wndlist.h

    rcb2894e r95fc538  
    3131 */
    3232/**
    33  * @file Task bar window list
     33 * @file Taskbar window list
    3434 */
    3535
     
    6161} wndlist_entry_t;
    6262
    63 /** Task bar window list */
     63/** Taskbar window list */
    6464typedef struct wndlist {
    6565        /** Base control object */
Note: See TracChangeset for help on using the changeset viewer.