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
26#ifdef __cplusplus
27extern "C" {
28#endif // __cplusplus
29
39 struct wlr_xdg_surface *wlr_xdg_surface_ptr,
40 wlmaker_server_t *server_ptr);
41
42#ifdef __cplusplus
43} // extern "C"
44#endif // __cplusplus
45
46#endif /* __XDG_TOPLEVEL_H__ */
47/* == End of xdg_toplevel.h ================================================ */
Definition server.h:60
Definition window.c:68
wlmtk_window_t * wlmtk_window_create_from_xdg_toplevel(struct wlr_xdg_surface *wlr_xdg_surface_ptr, wlmaker_server_t *server_ptr)
Definition xdg_toplevel.c:151