Changeset dc5c303 in mainline for uspace/app/taskbar/types/taskbar.h


Ignore:
Timestamp:
2023-12-28T13:59:23Z (15 months ago)
Author:
GitHub <noreply@…>
Children:
6b66de6b
Parents:
42c2e65 (diff), f87ff8e (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:
boba-buba <120932204+boba-buba@…> (2023-12-28 13:59:23)
git-committer:
GitHub <noreply@…> (2023-12-28 13:59:23)
Message:

Merge branch 'master' into topic/packet-capture

File:
1 edited

Legend:

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

    r42c2e65 rdc5c303  
    11/*
    2  * Copyright (c) 2022 Jiri Svoboda
     2 * Copyright (c) 2023 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    3131 */
    3232/**
    33  * @file Task Bar types
     33 * @file Taskbar types
    3434 */
    3535
     
    4343#include <ui/window.h>
    4444#include "clock.h"
     45#include "tbsmenu.h"
    4546#include "wndlist.h"
    4647
    47 /** Task bar */
     48/** Taskbar */
    4849typedef struct taskbar {
    4950        /** User interface */
     
    5354        /** Fixed layout */
    5455        ui_fixed_t *fixed;
    55         ui_label_t *label;
     56        /** Start menu */
     57        tbsmenu_t *tbsmenu;
    5658        /** Window list */
    5759        wndlist_t *wndlist;
Note: See TracChangeset for help on using the changeset viewer.