/// <summary>
 /// <p>
 /// Destroy the decoration manager. This doesn't destroy objects created
 /// with the manager.
 /// </p>
 /// </summary>
 public static void zxdg_decoration_manager_v1_destroy(zxdg_decoration_manager_v1 *pointer)
 {
     WaylandClient.wl_proxy_marshal((wl_proxy *)pointer, 0);
 }
Exemple #2
0
 /// <summary>
 /// <p>
 /// Informs the server that the client will not be using this
 /// protocol object anymore. This does not affect any other objects,
 /// wp_viewport objects included.
 /// </p>
 /// </summary>
 public static void wp_viewporter_destroy(wp_viewporter *pointer)
 {
     WaylandClient.wl_proxy_marshal((wl_proxy *)pointer, 0);
 }
 /// <summary>
 /// <p>
 /// Unset the toplevel surface decoration mode. This informs the compositor
 /// that the client doesn't prefer a particular decoration mode.
 /// </p>
 /// <p>
 /// This request has the same semantics as set_mode.
 /// </p>
 /// </summary>
 public static void zxdg_toplevel_decoration_v1_unset_mode(zxdg_toplevel_decoration_v1 *pointer)
 {
     WaylandClient.wl_proxy_marshal((wl_proxy *)pointer, 2);
 }