forked from joejulian/gio
app/internal: add FreeBSD support
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* Generated by wayland-scanner 1.16.0 */
|
||||
/* Generated by wayland-scanner 1.17.0 */
|
||||
|
||||
#ifndef XDG_SHELL_CLIENT_PROTOCOL_H
|
||||
#define XDG_SHELL_CLIENT_PROTOCOL_H
|
||||
@@ -372,7 +372,7 @@ struct xdg_wm_base_listener {
|
||||
* The ping event asks the client if it's still alive. Pass the
|
||||
* serial specified in the event back to the compositor by sending
|
||||
* a "pong" request back with the specified serial. See
|
||||
* xdg_wm_base.ping.
|
||||
* xdg_wm_base.pong.
|
||||
*
|
||||
* Compositors can use this to determine if the client is still
|
||||
* alive. It's unspecified what will happen if the client doesn't
|
||||
@@ -1327,6 +1327,9 @@ xdg_toplevel_set_title(struct xdg_toplevel *xdg_toplevel, const char *title)
|
||||
* For example, "org.freedesktop.FooViewer" where the .desktop file is
|
||||
* "org.freedesktop.FooViewer.desktop".
|
||||
*
|
||||
* Like other properties, a set_app_id request can be sent after the
|
||||
* xdg_toplevel has been mapped to update the property.
|
||||
*
|
||||
* See the desktop-entry specification [0] for more details on
|
||||
* application identifiers and how they relate to well-known D-Bus
|
||||
* names and .desktop files.
|
||||
|
||||
Reference in New Issue
Block a user