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


Ignore:
Timestamp:
2022-10-07T08:38:50Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0761448
Parents:
c77cfd8
git-author:
Jiri Svoboda <jiri@…> (2022-10-06 18:38:37)
git-committer:
Jiri Svoboda <jiri@…> (2022-10-07 08:38:50)
Message:

Add window list to taskbar (with one dummy entry so far)

File:
1 edited

Legend:

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

    rc77cfd8 re0e612b  
    4242#include <ui/window.h>
    4343#include "clock.h"
     44#include "wndlist.h"
    4445
    4546/** Task bar */
    46 typedef struct {
     47typedef struct taskbar {
    4748        /** User interface */
    4849        ui_t *ui;
     
    5253        ui_fixed_t *fixed;
    5354        ui_label_t *label;
     55        /** Window list */
     56        wndlist_t *wndlist;
    5457        /** Clock */
    5558        taskbar_clock_t *clock;
Note: See TracChangeset for help on using the changeset viewer.