mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-14 06:59:46 -05:00
Add origin information to output.geometry event
This commit is contained in:
parent
aa82767c98
commit
f8fc08f771
4 changed files with 9 additions and 5 deletions
|
|
@ -1199,6 +1199,7 @@ wlsc_output_post_geometry(struct wl_client *client, struct wl_object *global)
|
|||
|
||||
wl_client_post_event(client, global,
|
||||
WL_OUTPUT_GEOMETRY,
|
||||
output->x, output->y,
|
||||
output->width, output->height);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue