Changeset e0e612b in mainline for uspace/lib/ui/include/ui/resource.h


Ignore:
Timestamp:
2022-10-07T08:38:50Z (3 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/lib/ui/include/ui/resource.h

    rc77cfd8 re0e612b  
    5050extern void ui_resource_expose(ui_resource_t *);
    5151extern gfx_font_t *ui_resource_get_font(ui_resource_t *);
     52extern bool ui_resource_is_textmode(ui_resource_t *);
    5253extern gfx_color_t *ui_resource_get_wnd_face_color(ui_resource_t *);
    5354extern gfx_color_t *ui_resource_get_wnd_text_color(ui_resource_t *);
Note: See TracChangeset for help on using the changeset viewer.