reword new_surface docs

This commit is contained in:
Tony Crisci 2018-05-28 13:12:53 -04:00
parent c27cd5f065
commit 044fa52be4
2 changed files with 4 additions and 6 deletions

View File

@ -17,9 +17,8 @@ struct wlr_xdg_shell {
/** /**
* The `new_surface` event signals that a client has requested to * The `new_surface` event signals that a client has requested to
* create a new shell surface. At this point, the surface is ready to * create a new shell surface. At this point, the surface is ready to
* be configured but not ready to be managed by the compositor by * be configured but is not mapped or ready receive input events. The
* adding it to a list of views. The surface will be ready to be * surface will be ready to be managed on the `map` event.
* managed on the `map` event.
*/ */
struct wl_signal new_surface; struct wl_signal new_surface;
} events; } events;

View File

@ -18,9 +18,8 @@ struct wlr_xdg_shell_v6 {
/** /**
* The `new_surface` event signals that a client has requested to * The `new_surface` event signals that a client has requested to
* create a new shell surface. At this point, the surface is ready to * create a new shell surface. At this point, the surface is ready to
* be configured but not ready to be managed by the compositor by * be configured but is not mapped or ready receive input events. The
* adding it to a list of views. The surface will be ready to be * surface will be ready to be managed on the `map` event.
* managed on the `map` event.
*/ */
struct wl_signal new_surface; struct wl_signal new_surface;
} events; } events;