mirror of
https://github.com/labwc/labwc.git
synced 2026-02-10 04:27:47 -05:00
Open new views on output where cursor is
This commit is contained in:
parent
eaed1a3cab
commit
69f0f68cc2
4 changed files with 16 additions and 1 deletions
|
|
@ -334,9 +334,9 @@ void output_init(struct server *server);
|
|||
void output_damage_surface(struct output *output, struct wlr_surface *surface,
|
||||
double lx, double ly, bool whole);
|
||||
void scale_box(struct wlr_box *box, float scale);
|
||||
|
||||
void output_manager_init(struct server *server);
|
||||
struct output *output_from_wlr_output(struct server *server, struct wlr_output *wlr_output);
|
||||
struct wlr_box *output_box_from_cursor_coords(struct server *server);
|
||||
|
||||
void damage_all_outputs(struct server *server);
|
||||
void damage_view_whole(struct view *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue