mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-09 13:29:46 -05:00
types/wlr_output: Remove old interface functions
This commit is contained in:
parent
c5bd304795
commit
47c2bf0ea6
2 changed files with 0 additions and 7 deletions
|
|
@ -19,10 +19,6 @@ struct wlr_output_impl {
|
|||
bool (*set_mode)(struct wlr_output *output, struct wlr_output_mode *mode);
|
||||
bool (*set_custom_mode)(struct wlr_output *output, int32_t width,
|
||||
int32_t height, int32_t refresh);
|
||||
bool (*set_cursor)(struct wlr_output *output, struct wlr_texture *texture,
|
||||
int32_t scale, enum wl_output_transform transform,
|
||||
int32_t hotspot_x, int32_t hotspot_y, bool update_texture);
|
||||
bool (*move_cursor)(struct wlr_output *output, int x, int y);
|
||||
void (*destroy)(struct wlr_output *output);
|
||||
bool (*attach_render)(struct wlr_output *output, int *buffer_age);
|
||||
bool (*cursor_try_set_size)(struct wlr_output *output, int *x, int *y);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue