Changeset 50a16d9 in mainline for uspace/app/taskbar/types/taskbar.h


Ignore:
Timestamp:
2022-09-26T11:58:09Z (20 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3fd38b2
Parents:
2139676
git-author:
Jiri Svoboda <jiri@…> (2022-09-24 23:57:50)
git-committer:
Jiri Svoboda <jiri@…> (2022-09-26 11:58:09)
Message:

Add simple digital clock display to task bar

File:
1 edited

Legend:

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

    r2139676 r50a16d9  
    4141#include <ui/ui.h>
    4242#include <ui/window.h>
     43#include "clock.h"
    4344
    4445/** Task bar */
     
    5152        ui_fixed_t *fixed;
    5253        ui_label_t *label;
     54        /** Clock */
     55        taskbar_clock_t *clock;
    5356} taskbar_t;
    5457
Note: See TracChangeset for help on using the changeset viewer.