wlmaker
Toggle main menu visibility
Loading...
Searching...
No Matches
src
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
29
struct
wlr_output_layout;
30
31
#ifdef __cplusplus
32
extern
"C"
{
33
#endif
// __cplusplus
34
44
bs_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
55
void
wlmaker_background_dlnode_destroy
(
56
bs_dllist_node_t *dlnode_ptr,
57
void
*ud_ptr);
58
65
void
wlmaker_background_dlnode_set_color
(
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 ================================================== */
wlmaker_background_create
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
wlmaker_background_dlnode_set_color
void wlmaker_background_dlnode_set_color(bs_dllist_node_t *dlnode_ptr, void *ud_ptr)
Definition
background.c:135
wlmaker_background_dlnode_destroy
void wlmaker_background_dlnode_destroy(bs_dllist_node_t *dlnode_ptr, void *ud_ptr)
Definition
background.c:120
toolkit.h
wlmtk_workspace_t
struct _wlmtk_workspace_t wlmtk_workspace_t
Definition
workspace.h:30
Generated by
1.17.0