diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-12-11 12:20:01 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-12-11 12:20:01 +0100 |
| commit | 8427f1d330be2c5d475419702359d750596efea1 (patch) | |
| tree | 014219cbf626b77e113aeec32bb1369db3ea46e9 /documentation/src/wayland.dox | |
| parent | c75e299dbffe0b10fd2549e57a94dab7fa833208 (diff) | |
Document new use of Wayland protocol "XDG dialog windows"
Diffstat (limited to 'documentation/src/wayland.dox')
| -rw-r--r-- | documentation/src/wayland.dox | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/src/wayland.dox b/documentation/src/wayland.dox index 0da6887ab..21991dab8 100644 --- a/documentation/src/wayland.dox +++ b/documentation/src/wayland.dox @@ -157,6 +157,7 @@ wayland-scanner private-code $PROTOCOLS/stable/xdg-shell/xdg-shell.xml xdg-shell wayland-scanner client-header $PROTOCOLS/stable/xdg-shell/xdg-shell.xml xdg-shell-client-protocol.h \endcode Similar operations are performed for FLTK to use protocols +<a href=https://wayland.app/protocols/xdg-dialog-v1>XDG dialog windows</a>, <a href=https://wayland.app/protocols/xdg-decoration-unstable-v1>XDG decoration</a>, <a href=https://wayland.app/protocols/text-input-unstable-v3>Text input</a> and <a href=https://wayland.app/protocols/gtk-shell>GTK Shell</a>. @@ -323,6 +324,7 @@ Here is the list of the \c interface value for all protocols and system features <tr><td>wl_data_device </td><td> support of copy/paste/drag-n-drop</td> </tr> <tr><td>wl_output </td><td>received once for each display </td> </tr> <tr><td>xdg_wm_base </td><td>create mapped windows </td> </tr> + <tr><td>xdg_wm_dialog_v1 </td><td>create dialogs related to other windows</td> </tr> <tr><td>gtk_shell1 </td><td>indicates Mutter is in use + titlebar gestures</td> </tr> <tr><td>weston_desktop_shell </td><td> indicates Weston is in use</td></tr> <tr><td>org_kde_plasma_shell </td><td> indicates KDE/Plasma is in use</td></tr> |
