mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-04 07:15:44 -04:00
Move set_window_title to output
This commit is contained in:
parent
2669c80803
commit
9d825d6dc7
5 changed files with 18 additions and 25 deletions
1
output.h
1
output.h
|
|
@ -25,5 +25,6 @@ void handle_new_output(struct wl_listener *listener, void *data);
|
|||
void output_damage_view_surface(struct cg_output *output, struct cg_view *view);
|
||||
void output_damage_view_whole(struct cg_output *cg_output, struct cg_view *view);
|
||||
void output_damage_drag_icon(struct cg_output *output, struct cg_drag_icon *icon);
|
||||
void output_set_window_title(struct cg_output *output, const char *title);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue