waybox/include/waybox/xdg_shell.h
2020-02-23 22:33:06 -05:00

7 lines
283 B
C

#include "waybox/server.h"
void init_xdg_shell(struct wb_server *server);
void focus_view(struct wb_view *view, struct wlr_surface *surface);
struct wb_view *desktop_view_at(
struct wb_server *server, double lx, double ly,
struct wlr_surface **surface, double *sx, double *sy);