Changeset 7a05d924 in mainline for uspace/app/taskbar/types/wndlist.h


Ignore:
Timestamp:
2022-10-20T08:05:06Z (19 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7cc30e9
Parents:
1766326
git-author:
Jiri Svoboda <jiri@…> (2022-10-19 18:04:42)
git-committer:
Jiri Svoboda <jiri@…> (2022-10-20 08:05:06)
Message:

Return correct number of windows from display server

But not the caption since the display server does not have it

File:
1 edited

Legend:

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

    r1766326 r7a05d924  
    4242#include <ui/fixed.h>
    4343#include <ui/resource.h>
     44#include <wndmgt.h>
    4445
    4546/** Taskbar window list entry */
     
    6970        /** Window list entries (of wndlist_entry_t) */
    7071        list_t entries;
     72
     73        /** Window management service */
     74        wndmgt_t *wndmgt;
    7175} wndlist_t;
    7276
Note: See TracChangeset for help on using the changeset viewer.