Changeset 08499f0 in mainline for uspace/app/uidemo/uidemo.h


Ignore:
Timestamp:
2026-05-16T22:12:20Z (16 hours ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Parents:
9389aaa
Message:

Animate progress bar in UI demo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/uidemo/uidemo.h

    r9389aaa r08499f0  
    3838
    3939#include <display.h>
     40#include <fibril_synch.h>
    4041#include <ui/checkbox.h>
    4142#include <ui/entry.h>
     
    8788        ui_list_t *list;
    8889        ui_progress_t *progress;
     90        unsigned progress_value;
     91        fibril_timer_t *timer;
    8992} ui_demo_t;
    9093
Note: See TracChangeset for help on using the changeset viewer.