mirror of
https://github.com/labwc/labwc.git
synced 2026-02-23 01:40:18 -05:00
view.c: rename+simplify focus_view()
This commit is contained in:
parent
778e4e890b
commit
759fbe683b
5 changed files with 10 additions and 11 deletions
2
labwc.h
2
labwc.h
|
|
@ -140,7 +140,7 @@ void xwl_surface_new(struct wl_listener *listener, void *data);
|
|||
|
||||
bool view_want_deco(struct view *view);
|
||||
void view_focus_last_toplevel(struct server *server);
|
||||
void focus_view(struct view *view, struct wlr_surface *surface);
|
||||
void view_focus(struct view *view);
|
||||
void view_focus_next_toplevel(struct view *current);
|
||||
void begin_interactive(struct view *view, enum cursor_mode mode,
|
||||
uint32_t edges);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue