mirror of
https://github.com/labwc/labwc.git
synced 2026-04-08 08:21:09 -04:00
Merge a8bd7947ee into 89325fbff8
This commit is contained in:
commit
e1cf1c6e68
12 changed files with 53 additions and 68 deletions
|
|
@ -372,6 +372,7 @@ void desktop_focus_topmost_view(struct server *server);
|
|||
void seat_init(struct server *server);
|
||||
void seat_finish(struct server *server);
|
||||
void seat_reconfigure(struct server *server);
|
||||
void seat_force_focus_surface(struct seat *seat, struct wlr_surface *surface);
|
||||
void seat_focus_surface(struct seat *seat, struct wlr_surface *surface);
|
||||
|
||||
void seat_pointer_end_grab(struct seat *seat, struct wlr_surface *surface);
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ struct lab_layer_popup {
|
|||
struct wlr_xdg_popup *wlr_popup;
|
||||
struct wlr_scene_tree *scene_tree;
|
||||
struct server *server;
|
||||
struct lab_layer_surface *lab_layer_surface;
|
||||
|
||||
/* To simplify moving popup nodes from the bottom to the top layer */
|
||||
struct wlr_box output_toplevel_sx_box;
|
||||
|
|
@ -38,6 +39,7 @@ struct lab_layer_popup {
|
|||
struct wl_listener destroy;
|
||||
struct wl_listener new_popup;
|
||||
struct wl_listener reposition;
|
||||
struct wl_listener grab;
|
||||
};
|
||||
|
||||
void layers_init(struct server *server);
|
||||
|
|
|
|||
|
|
@ -75,8 +75,6 @@ void xwayland_adjust_usable_area(struct view *view,
|
|||
|
||||
void xwayland_update_workarea(struct server *server);
|
||||
|
||||
void xwayland_reset_cursor(struct server *server);
|
||||
|
||||
void xwayland_flush(struct server *server);
|
||||
|
||||
#endif /* HAVE_XWAYLAND */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue