wlmaker
Loading...
Searching...
No Matches
corner.h
Go to the documentation of this file.
1/* ========================================================================= */
20#ifndef __CORNER_H__
21#define __CORNER_H__
22
25
26#include "cursor.h"
27#include "server.h"
28
29#ifdef __cplusplus
30extern "C" {
31#endif // __cplusplus
32
45 wlmcfg_dict_t *hot_corner_config_dict_ptr,
46 struct wl_event_loop *wl_event_loop_ptr,
47 struct wlr_output_layout *wlr_output_layout_ptr,
50
57
59extern const bs_test_case_t wlmaker_corner_test_cases[];
60
61#ifdef __cplusplus
62} // extern "C"
63#endif // __cplusplus
64
65#endif /* __CORNER_H__ */
66/* == End of corner.h ====================================================== */
wlmaker_corner_t * wlmaker_corner_create(wlmcfg_dict_t *hot_corner_config_dict_ptr, struct wl_event_loop *wl_event_loop_ptr, struct wlr_output_layout *wlr_output_layout_ptr, wlmaker_cursor_t *cursor_ptr, wlmaker_server_t *server_ptr)
Definition corner.c:152
void wlmaker_corner_destroy(wlmaker_corner_t *corner_ptr)
Definition corner.c:205
const bs_test_case_t wlmaker_corner_test_cases[]
Definition corner.c:409
Definition corner.c:44
wlmaker_cursor_t * cursor_ptr
Definition corner.c:49
wlmaker_server_t * server_ptr
Definition corner.c:46
Definition cursor.h:33
Definition server.h:89
Definition model.c:46