Changeset 7a05d924 in mainline for uspace/app/taskbar/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/wndlist.h

    r1766326 r7a05d924  
    4040#include <ui/fixed.h>
    4141#include <ui/resource.h>
     42#include <wndmgt.h>
    4243#include "types/wndlist.h"
    4344
    4445extern errno_t wndlist_create(ui_resource_t *, ui_fixed_t *, wndlist_t **);
     46extern errno_t wndlist_attach_wm(wndlist_t *, wndmgt_t *);
    4547extern void wndlist_destroy(wndlist_t *);
    4648extern errno_t wndlist_append(wndlist_t *, const char *);
Note: See TracChangeset for help on using the changeset viewer.