Changeset 06a61fc in mainline for uspace/app/taskbar/types/taskbar.h


Ignore:
Timestamp:
2023-10-02T09:19:56Z (19 months ago)
Author:
Jiri Svoboda <jiri@…>
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)
Message:

Start menu (WIP)

It's not starting anything yet.

File:
1 edited

Legend:

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

    rbe0ec50 r06a61fc  
    11/*
    2  * Copyright (c) 2022 Jiri Svoboda
     2 * Copyright (c) 2023 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    4343#include <ui/window.h>
    4444#include "clock.h"
     45#include "tbsmenu.h"
    4546#include "wndlist.h"
    4647
     
    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.