Changeset 6e91475 in mainline for uspace/app/taskbar/types/wndlist.h


Ignore:
Timestamp:
2022-11-19T17:46:27Z (18 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
68d68e9
Parents:
d19d15b
Message:

I can see an invisible button in the task bar

Who're you gonna call?

File:
1 edited

Legend:

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

    rd19d15b r6e91475  
    3939#include <adt/list.h>
    4040#include <gfx/coord.h>
     41#include <stdbool.h>
    4142#include <ui/pbutton.h>
    4243#include <ui/fixed.h>
     
    5253        /** Window ID */
    5354        sysarg_t wnd_id;
     55        /** Entry is visible */
     56        bool visible;
    5457        /** Window button */
    5558        ui_pbutton_t *button;
Note: See TracChangeset for help on using the changeset viewer.