wlmaker
Loading...
Searching...
No Matches
xwl_popup.h
Go to the documentation of this file.
1/* ========================================================================= */
20#ifndef __XWL_POPUP_H__
21#define __XWL_POPUP_H__
22#if defined(WLMAKER_HAVE_XWAYLAND)
23
24#include "xwl_content.h"
25
26#ifdef __cplusplus
27extern "C" {
28#endif // __cplusplus
29
32
42
49
50#ifdef __cplusplus
51} // extern "C"
52#endif // __cplusplus
53
54#endif // defined(WLMAKER_HAVE_XWAYLAND)
55#endif /* __XWL_POPUP_H__ */
56/* == End of xwl_popup.h =================================================== */
Definition xwl_content.c:45
Definition xwl_popup.c:30
wlmaker_xwl_content_t * xwl_content_ptr
Definition xwl_popup.c:32
void wlmaker_xwl_popup_destroy(wlmaker_xwl_popup_t *xwl_popup_ptr)
Definition xwl_popup.c:50
wlmaker_xwl_popup_t * wlmaker_xwl_popup_create(wlmaker_xwl_content_t *xwl_content_ptr)
Definition xwl_popup.c:38