wlmaker
Loading...
Searching...
No Matches
background.h
Go to the documentation of this file.
1/* ========================================================================= */
20#ifndef __BACKGROUND_H__
21#define __BACKGROUND_H__
22
23#include <stdint.h>
24
25#include "toolkit/toolkit.h"
26
27struct wlr_output_layout;
28
29#ifdef __cplusplus
30extern "C" {
31#endif // __cplusplus
32
35
46 wlmtk_workspace_t *workspace_ptr,
47 struct wlr_output_layout *wlr_output_layout_ptr,
48 uint32_t color);
49
56
57#ifdef __cplusplus
58} // extern "C"
59#endif // __cplusplus
60
61#endif /* __BACKGROUND_H__ */
62/* == End of background.h ================================================== */
wlmaker_background_t * wlmaker_background_create(wlmtk_workspace_t *workspace_ptr, struct wlr_output_layout *wlr_output_layout_ptr, uint32_t color)
Definition background.c:126
void wlmaker_background_destroy(wlmaker_background_t *background_ptr)
Definition background.c:159
Definition background.c:38
struct wlr_output_layout * wlr_output_layout_ptr
Definition background.c:46
uint32_t color
Definition background.c:43
Definition workspace.c:50