NekoWM
A gfxprim proxy backend tiling window manager
Loading...
Searching...
No Matches
neko_view_app_launcher.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_VIEW_APP_LAUNCHER_H
14#define NEKO_VIEW_APP_LAUNCHER_H
15
16#include <input/gp_types.h>
17#include "neko_view.h"
18
25
26#endif /* NEKO_VIEW_APP_LAUNCHER_H */
View is an abstraction for a piece of a screen.
neko_view_slot * neko_app_launcher_init(void)
Creates a new slot content with app launcher.
A view slot content.
Definition neko_view.h:89