Changeset e0e612b in mainline for uspace/app/taskbar/taskbar.h


Ignore:
Timestamp:
2022-10-07T08:38:50Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0761448
Parents:
c77cfd8
git-author:
Jiri Svoboda <jiri@…> (2022-10-06 18:38:37)
git-committer:
Jiri Svoboda <jiri@…> (2022-10-07 08:38:50)
Message:

Add window list to taskbar (with one dummy entry so far)

File:
1 edited

Legend:

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

    rc77cfd8 re0e612b  
    11/*
    2  * Copyright (c) 2020 Jiri Svoboda
     2 * Copyright (c) 2022 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    4040#include "types/taskbar.h"
    4141
    42 errno_t taskbar_create(const char *display_spec, taskbar_t **);
    43 void taskbar_destroy(taskbar_t *);
     42extern errno_t taskbar_create(const char *display_spec, taskbar_t **);
     43extern void taskbar_destroy(taskbar_t *);
    4444
    4545#endif
Note: See TracChangeset for help on using the changeset viewer.