mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-20 06:59:42 -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
|
|
@ -302,9 +302,6 @@ static void handle_display_destroy(struct wl_listener *listener, void *data) {
|
|||
void wlr_output_init(struct wlr_output *output, struct wlr_backend *backend,
|
||||
const struct wlr_output_impl *impl, struct wl_display *display) {
|
||||
assert(impl->attach_render && impl->commit);
|
||||
if (impl->set_cursor || impl->move_cursor) {
|
||||
assert(impl->set_cursor && impl->move_cursor);
|
||||
}
|
||||
output->backend = backend;
|
||||
output->impl = impl;
|
||||
output->display = display;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue