Changeset 06a61fc in mainline for uspace/app/taskbar/wndlist.c


Ignore:
Timestamp:
2023-10-02T09:19:56Z (15 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b2261af0
Parents:
be0ec50
git-author:
Jiri Svoboda <jiri@…> (2023-10-01 09:19:27)
git-committer:
Jiri Svoboda <jiri@…> (2023-10-02 09:19:56)
Message:

Start menu (WIP)

It's not starting anything yet.

File:
1 edited

Legend:

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

    rbe0ec50 r06a61fc  
    4545#include <ui/ui.h>
    4646#include <ui/window.h>
    47 #include "clock.h"
    4847#include "wndlist.h"
    4948
     
    8584 * @param window Containing window
    8685 * @param fixed Fixed layout to which buttons will be added
    87  * @param wndmgt Window management service
    8886 * @param rwndlist Place to store pointer to new window list
    8987 * @return @c EOK on success or an error code
     
    178176}
    179177
    180 /** Destroy task bar window list. */
     178/** Destroy task bar window list.
     179 *
     180 * @param wndlist Window list
     181 */
    181182void wndlist_destroy(wndlist_t *wndlist)
    182183{
     
    469470}
    470471
    471 /** Compute and set window list entry rectangle.
    472  *
    473  * Compute rectangle for window list entry and set it.
     472/** Unpaint window list entry.
    474473 *
    475474 * @param entry Window list entry
Note: See TracChangeset for help on using the changeset viewer.