Changeset 2f106b0 in mainline for uspace/app/taskbar/wndlist.h


Ignore:
Timestamp:
2022-11-12T20:48:05Z (18 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a5c7b865
Parents:
c48192e
Message:

Do not show window buttons that do not fit

File:
1 edited

Legend:

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

    rc48192e r2f106b0  
    3838
    3939#include <errno.h>
     40#include <gfx/coord.h>
    4041#include <stdbool.h>
    4142#include <ui/fixed.h>
     
    4546
    4647extern errno_t wndlist_create(ui_window_t *, ui_fixed_t *, wndlist_t **);
     48extern void wndlist_set_rect(wndlist_t *, gfx_rect_t *);
    4749extern errno_t wndlist_open_wm(wndlist_t *, const char *);
    4850extern void wndlist_destroy(wndlist_t *);
Note: See TracChangeset for help on using the changeset viewer.