wlmaker
Loading...
Searching...
No Matches
xdg_toplevel.h
Go to the documentation of this file.
1/* ========================================================================= */
20#ifndef __XDG_TOPLEVEL_H__
21#define __XDG_TOPLEVEL_H__
22
23#include <libbase/libbase.h>
24#include <stdbool.h>
25
26#include "server.h"
27
28struct wlr_xdg_toplevel;
30
31#ifdef __cplusplus
32extern "C" {
33#endif // __cplusplus
34
44 struct wlr_xdg_toplevel *wlr_xdg_toplevel_ptr,
46
49 struct wlmaker_xdg_toplevel *wlmaker_xdg_toplevel_ptr);
50
53 struct wlmaker_xdg_toplevel *wlmaker_xdg_toplevel_ptr,
55
57extern const bs_test_set_t wlmaker_xdg_toplevel_test_set;
58
59#ifdef __cplusplus
60} // extern "C"
61#endif // __cplusplus
62
63#endif /* __XDG_TOPLEVEL_H__ */
64/* == End of xdg_toplevel.h ================================================ */
struct wlmaker_xdg_toplevel * wlmaker_xdg_toplevel_create(struct wlr_xdg_toplevel *wlr_xdg_toplevel_ptr, wlmaker_server_t *server_ptr)
Definition xdg_toplevel.c:218
void wlmaker_xdg_toplevel_destroy(struct wlmaker_xdg_toplevel *wlmaker_xdg_toplevel_ptr)
Definition xdg_toplevel.c:232
void wlmaker_xdg_toplevel_set_server_side_decorated(struct wlmaker_xdg_toplevel *wlmaker_xdg_toplevel_ptr, bool server_side_decorated)
Definition xdg_toplevel.c:278
const bs_test_set_t wlmaker_xdg_toplevel_test_set
Definition xdg_toplevel.c:960
Definition server.h:84
Definition xdg_toplevel.c:47
bool server_side_decorated
Definition xdg_toplevel.c:119
wlmaker_server_t * server_ptr
Definition xdg_toplevel.c:52
struct wlr_xdg_toplevel * wlr_xdg_toplevel_ptr
Definition xdg_toplevel.c:54