libweston: Rename weston_surface::configure to ::committed
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net> Reviewed-by: Jonas Ådahl <jadahl@gmail.com> Acked-by: Giulio Camuffo <giulio.camuffo@kdab.com> Differential Revision: https://phabricator.freedesktop.org/D1246
This commit is contained in:
@@ -2524,7 +2524,7 @@ xserver_map_shell_surface(struct weston_wm_window *window,
|
||||
if (!shell_interface->create_shell_surface)
|
||||
return;
|
||||
|
||||
if (window->surface->configure) {
|
||||
if (window->surface->committed) {
|
||||
weston_log("warning, unexpected in %s: "
|
||||
"surface's configure hook is already set.\n",
|
||||
__func__);
|
||||
|
||||
Reference in New Issue
Block a user