mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-13 13:29:44 -05:00
First attempt to implement screenshooter
This commit is contained in:
parent
1c8b72e0cd
commit
35f9700251
8 changed files with 360 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ struct wlr_output_impl {
|
|||
void (*set_gamma)(struct wlr_output *output,
|
||||
uint16_t size, uint16_t *r, uint16_t *g, uint16_t *b);
|
||||
uint16_t (*get_gamma_size)(struct wlr_output *output);
|
||||
void (*read_pixels)(struct wlr_output *_output, void *out_data);
|
||||
};
|
||||
|
||||
void wlr_output_init(struct wlr_output *output, const struct wlr_output_impl *impl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue