mirror of
https://github.com/wizbright/waybox.git
synced 2026-02-08 10:06:42 -05:00
7 lines
283 B
C
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);
|