mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-15 22:05:31 -05:00
backend/wayland: introduce wlr_wl_output_set_app_id()
This commit is contained in:
parent
bc82835756
commit
f320df65e6
3 changed files with 37 additions and 1 deletions
|
|
@ -91,6 +91,7 @@ struct wlr_wl_output {
|
|||
struct wl_list presentation_feedbacks;
|
||||
|
||||
char *title;
|
||||
char *app_id;
|
||||
|
||||
// 0 if not requested
|
||||
int32_t requested_width, requested_height;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue