SDL 2.0
|
#include <xdg-decoration-unstable-v1-client-protocol.h>
Data Fields | |
void(* | configure )(void *data, struct zxdg_toplevel_decoration_v1 *zxdg_toplevel_decoration_v1, uint32_t mode) |
Definition at line 245 of file xdg-decoration-unstable-v1-client-protocol.h.
void(* zxdg_toplevel_decoration_v1_listener::configure) (void *data, struct zxdg_toplevel_decoration_v1 *zxdg_toplevel_decoration_v1, uint32_t mode) |
suggest a surface change
The configure event asks the client to change its decoration mode. The configured state should not be applied immediately. Clients must send an ack_configure in response to this event. See xdg_surface.configure and xdg_surface.ack_configure for details.
A configure event can be sent at any time. The specified mode must be obeyed by the client.
mode | the decoration mode |
Definition at line 259 of file xdg-decoration-unstable-v1-client-protocol.h.