Changeset 68d68e9 in mainline for uspace/app/taskbar/wndlist.h


Ignore:
Timestamp:
2022-11-23T12:50:27Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c4a53280
Parents:
6e91475
Message:

Vary window button size to fit

If they get too narrow, we stop adding more buttons.

File:
1 edited

Legend:

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

    r6e91475 r68d68e9  
    4040#include <gfx/coord.h>
    4141#include <stdbool.h>
     42#include <stddef.h>
    4243#include <ui/fixed.h>
    4344#include <ui/window.h>
     
    5657extern wndlist_entry_t *wndlist_first(wndlist_t *);
    5758extern wndlist_entry_t *wndlist_next(wndlist_entry_t *);
     59extern size_t wndlist_count(wndlist_t *);
    5860extern errno_t wndlist_repaint(wndlist_t *);
    5961
Note: See TracChangeset for help on using the changeset viewer.