mirror of
https://github.com/wizbright/waybox.git
synced 2026-02-12 04:28:24 -05:00
Fixed known regressions from the wlr_scene migration
This commit is contained in:
parent
579a2d2084
commit
ac01aefe32
4 changed files with 58 additions and 14 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
void init_xdg_shell(struct wb_server *server);
|
||||
void focus_view(struct wb_view *view, struct wlr_surface *surface);
|
||||
struct wlr_output *get_active_output(struct wb_view *view);
|
||||
struct wb_view *get_view_at(
|
||||
struct wb_server *server, double lx, double ly,
|
||||
struct wlr_surface **surface, double *sx, double *sy);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue