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 "server.h"
24#include "toolkit/toolkit.h"
25
26struct wlr_xdg_toplevel;
27
28#ifdef __cplusplus
29extern "C" {
30#endif // __cplusplus
31
41 struct wlr_xdg_toplevel *wlr_xdg_toplevel_ptr,
42 wlmaker_server_t *server_ptr);
43
44#ifdef __cplusplus
45} // extern "C"
46#endif // __cplusplus
47
48#endif /* __XDG_TOPLEVEL_H__ */
49/* == End of xdg_toplevel.h ================================================ */
wlmtk_window_t * wlmtk_window_create_from_xdg_toplevel(struct wlr_xdg_toplevel *wlr_xdg_toplevel_ptr, wlmaker_server_t *server_ptr)
Definition xdg_toplevel.c:172
Definition server.h:84
Definition window.c:82