wlmaker
Loading...
Searching...
No Matches
xwl_toplevel.h
Go to the documentation of this file.
1/* ========================================================================= */
20#ifndef __XWL_TOPLEVEL_H__
21#define __XWL_TOPLEVEL_H__
22#if defined(WLMAKER_HAVE_XWAYLAND)
23
24#include <stdbool.h>
25
26#include "server.h"
27#include "toolkit/toolkit.h"
28#include "xwl_content.h"
29
30#ifdef __cplusplus
31extern "C" {
32#endif // __cplusplus
33
36
44 wlmaker_xwl_content_t *content_ptr,
46
53 wlmaker_xwl_toplevel_t *xwl_toplevel_ptr);
54
62 wlmaker_xwl_toplevel_t *xwl_toplevel_ptr,
63 bool decorated);
64
67 wlmaker_xwl_toplevel_t *xwl_toplevel_ptr);
68
69#ifdef __cplusplus
70} // extern "C"
71#endif // __cplusplus
72
73#endif // defined(WLMAKER_HAVE_XWAYLAND)
74#endif /* __XWL_TOPLEVEL_H__ */
75/* == End of xwl_toplevel.h ================================================== */
Definition server.h:84
Definition xwl_content.c:45
Definition xwl_toplevel.c:35
wlmaker_server_t * server_ptr
Definition xwl_toplevel.c:40
Definition window.c:82
wlmtk_window_t * wlmtk_window_from_xwl_toplevel(wlmaker_xwl_toplevel_t *xwl_toplevel_ptr)
Definition xwl_toplevel.c:139
void wlmaker_xwl_toplevel_set_decorations(wlmaker_xwl_toplevel_t *xwl_toplevel_ptr, bool decorated)
Definition xwl_toplevel.c:129
wlmaker_xwl_toplevel_t * wlmaker_xwl_toplevel_create(wlmaker_xwl_content_t *content_ptr, wlmaker_server_t *server_ptr)
Definition xwl_toplevel.c:61
void wlmaker_xwl_toplevel_destroy(wlmaker_xwl_toplevel_t *xwl_toplevel_ptr)
Definition xwl_toplevel.c:104