wayland: remove wayl_terminal_from_xdg_{surface,toplevel}

This commit is contained in:
Daniel Eklöf 2020-01-03 13:46:37 +01:00
parent b0fbc064dd
commit 765fe13aff
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 0 additions and 30 deletions

View file

@ -173,10 +173,6 @@ void wayl_destroy(struct wayland *wayl);
struct terminal *wayl_terminal_from_surface(
struct wayland *wayl, struct wl_surface *surface);
struct terminal *wayl_terminal_from_xdg_surface(
struct wayland *wayl, struct xdg_surface *surface);
struct terminal *wayl_terminal_from_xdg_toplevel(
struct wayland *wayl, struct xdg_toplevel *toplevel);
/* TODO: pass something other than 'term'? Need scale... */
bool wayl_cursor_set(struct wayland *wayl, const struct terminal *term);