Changeset 1b92d4b in mainline for uspace/app/taskbar/types/wndlist.h


Ignore:
Timestamp:
2022-11-01T13:22:48Z (18 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fc00f0d
Parents:
913add60
git-author:
Jiri Svoboda <jiri@…> (2022-10-31 18:22:34)
git-committer:
Jiri Svoboda <jiri@…> (2022-11-01 13:22:48)
Message:

Update window buttons based on window added/removed events

File:
1 edited

Legend:

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

    r913add60 r1b92d4b  
    4141#include <ui/pbutton.h>
    4242#include <ui/fixed.h>
    43 #include <ui/resource.h>
     43#include <ui/window.h>
    4444#include <wndmgt.h>
    4545
     
    5050        /** Link to wndlist->entries */
    5151        link_t lentries;
     52        /** Window ID */
     53        sysarg_t wnd_id;
    5254        /** Window button */
    5355        ui_pbutton_t *button;
     
    5961        struct ui_control *control;
    6062
    61         /** UI resource */
    62         ui_resource_t *res;
     63        /** Containing window */
     64        ui_window_t *window;
    6365
    6466        /** Layout to which we add window buttoons */
Note: See TracChangeset for help on using the changeset viewer.