NekoWM
A gfxprim proxy backend tiling window manager
Loading...
Searching...
No Matches
neko_view_running_apps.h
Go to the documentation of this file.
1//SPDX-License-Identifier: GPL-2.0-or-later
2/*
3
4 Copyright (c) 2019-2024 Cyril Hrubis <metan@ucw.cz>
5
6 */
7
13#ifndef NEKO_RUNNING_APPS_H
14#define NEKO_RUNINNG_APPS_H
15
24
31
32#endif /* NEKO_RUNNING_APPS_H */
neko_view_slot * neko_running_apps_init(void)
Creates a new running apps view child.
void neko_running_apps_changed(void)
Called when new application has connected or an application has disconnected.
A view slot content.
Definition neko_view.h:89