mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-07 08:21:02 -04:00
search: use a sub-surface to render the search buffer
This commit is contained in:
parent
2a31c2fbbc
commit
66912cbfb5
3 changed files with 141 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue