Home
last modified time | relevance | path

Searched defs:desktop_shell (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/weston/weston-1.9.0/desktop-shell/
H A Dshell.h140 struct wl_resource *desktop_shell; member
145 } child;
147 bool locked;
153 struct {
156 } text_input;
161 struct {
175 } workspaces;
177 struct {
182 struct {
207 enum desktop_shell_panel_position panel_position; argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/desktop-shell/
H A Dshell.h135 struct desktop_shell { struct
160 struct wl_resource *desktop_shell; argument
165 } child;
167 bool locked;
169 bool prepare_event_sent;
173 struct {
176 } text_input;
181 struct {
195 } workspaces;
219 enum weston_desktop_shell_panel_position panel_position; argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/desktop-shell/
H A Dshell.h135 struct desktop_shell { struct
160 struct wl_resource *desktop_shell; argument
165 } child;
167 bool locked;
169 bool prepare_event_sent;
173 struct {
176 } text_input;
181 struct {
195 } workspaces;
219 enum weston_desktop_shell_panel_position panel_position; argument
[all …]
/dports/graphics/weston/weston-1.9.0/clients/
H A Ddesktop-shell.c448 struct desktop_shell *desktop_shell, in panel_configure()
711 struct desktop_shell *desktop_shell, in background_configure()
899 struct desktop_shell *desktop_shell, in desktop_shell_configure()
912 struct desktop_shell *desktop_shell) in desktop_shell_prepare_lock_surface()
929 struct desktop_shell *desktop_shell, in desktop_shell_grab_cursor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/clients/
H A Ddesktop-shell.c516 struct weston_desktop_shell *desktop_shell, in panel_configure()
836 struct weston_desktop_shell *desktop_shell, in background_configure()
1033 struct weston_desktop_shell *desktop_shell, in desktop_shell_configure()
1046 struct weston_desktop_shell *desktop_shell) in desktop_shell_prepare_lock_surface()
1063 struct weston_desktop_shell *desktop_shell, in desktop_shell_grab_cursor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/clients/
H A Ddesktop-shell.c516 struct weston_desktop_shell *desktop_shell, in panel_configure()
836 struct weston_desktop_shell *desktop_shell, in background_configure()
1033 struct weston_desktop_shell *desktop_shell, in desktop_shell_configure()
1046 struct weston_desktop_shell *desktop_shell) in desktop_shell_prepare_lock_surface()
1063 struct weston_desktop_shell *desktop_shell, in desktop_shell_grab_cursor()
/dports/devel/efl/efl-1.25.1/src/lib/ecore_wayland/
H A Decore_wl_private.h75 struct wl_shell *desktop_shell; member