mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Make the close command use roots_seat_get_focus, rename a few symbols
This commit is contained in:
parent
a8b31da52c
commit
bf41e7a794
5 changed files with 17 additions and 18 deletions
|
|
@ -28,7 +28,7 @@ struct roots_seat_view {
|
|||
struct roots_view *view;
|
||||
struct wl_list link; // roots_seat::views
|
||||
|
||||
struct wl_listener destroy;
|
||||
struct wl_listener view_destroy;
|
||||
};
|
||||
|
||||
struct roots_pointer {
|
||||
|
|
@ -69,7 +69,7 @@ void roots_seat_configure_xcursor(struct roots_seat *seat);
|
|||
|
||||
bool roots_seat_has_meta_pressed(struct roots_seat *seat);
|
||||
|
||||
struct roots_view *roots_seat_get_focused_view(struct roots_seat *seat);
|
||||
struct roots_view *roots_seat_get_focus(struct roots_seat *seat);
|
||||
|
||||
void roots_seat_focus_view(struct roots_seat *seat, struct roots_view *view);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue