wlmaker
Loading...
Searching...
No Matches
background.h
Go to the documentation of this file.
1/* ========================================================================= */
21#ifndef __BACKGROUND_H__
22#define __BACKGROUND_H__
23
24#include <libbase/libbase.h>
25#include <stdint.h>
26
27#include "toolkit/toolkit.h"
28
29struct wlr_output_layout;
30
31#ifdef __cplusplus
32extern "C" {
33#endif // __cplusplus
34
44bs_dllist_node_t *wlmaker_background_create(
45 wlmtk_workspace_t *workspace_ptr,
46 struct wlr_output_layout *wlr_output_layout_ptr,
47 uint32_t color);
48
56 bs_dllist_node_t *dlnode_ptr,
57 void *ud_ptr);
58
66 bs_dllist_node_t *dlnode_ptr,
67 void *ud_ptr);
68
69#ifdef __cplusplus
70} // extern "C"
71#endif // __cplusplus
72
73#endif /* __BACKGROUND_H__ */
74/* == End of background.h ================================================== */
bs_dllist_node_t * wlmaker_background_create(wlmtk_workspace_t *workspace_ptr, struct wlr_output_layout *wlr_output_layout_ptr, uint32_t color)
Definition background.c:98
void wlmaker_background_dlnode_set_color(bs_dllist_node_t *dlnode_ptr, void *ud_ptr)
Definition background.c:135
void wlmaker_background_dlnode_destroy(bs_dllist_node_t *dlnode_ptr, void *ud_ptr)
Definition background.c:120
Definition workspace.c:50