search: use a sub-surface to render the search buffer

This commit is contained in:
Daniel Eklöf 2019-08-29 19:34:41 +02:00
parent 2a31c2fbbc
commit 66912cbfb5
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 141 additions and 14 deletions

View file

@ -41,6 +41,7 @@ struct wayland {
struct wl_display *display;
struct wl_registry *registry;
struct wl_compositor *compositor;
struct wl_subcompositor *sub_compositor;
struct wl_surface *surface;
struct wl_shm *shm;
struct wl_seat *seat;