forked from AuroraMiddleware/gtk
wayland: fix rename of wl_shell to xdg_shell
Regression from 9127087e1c
This commit is contained in:
parent
921137540c
commit
83e8e38bd2
@ -1162,8 +1162,7 @@ gdk_wayland_device_get_wl_pointer
|
|||||||
gdk_wayland_device_get_wl_seat
|
gdk_wayland_device_get_wl_seat
|
||||||
gdk_wayland_display_get_wl_compositor
|
gdk_wayland_display_get_wl_compositor
|
||||||
gdk_wayland_display_get_wl_display
|
gdk_wayland_display_get_wl_display
|
||||||
gdk_wayland_display_get_wl_shell
|
gdk_wayland_display_get_xdg_shell
|
||||||
gdk_wayland_window_get_wl_shell_surface
|
|
||||||
gdk_wayland_window_get_wl_surface
|
gdk_wayland_window_get_wl_surface
|
||||||
gdk_wayland_window_set_use_custom_surface
|
gdk_wayland_window_set_use_custom_surface
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ struct wl_display *gdk_wayland_display_get_wl_display (GdkDisplay *dis
|
|||||||
GDK_AVAILABLE_IN_ALL
|
GDK_AVAILABLE_IN_ALL
|
||||||
struct wl_compositor *gdk_wayland_display_get_wl_compositor (GdkDisplay *display);
|
struct wl_compositor *gdk_wayland_display_get_wl_compositor (GdkDisplay *display);
|
||||||
GDK_AVAILABLE_IN_ALL
|
GDK_AVAILABLE_IN_ALL
|
||||||
struct wl_shell *gdk_wayland_display_get_wl_shell (GdkDisplay *display);
|
struct xdg_shell *gdk_wayland_display_get_xdg_shell (GdkDisplay *display);
|
||||||
GDK_AVAILABLE_IN_3_10
|
GDK_AVAILABLE_IN_3_10
|
||||||
void gdk_wayland_display_set_cursor_theme (GdkDisplay *display,
|
void gdk_wayland_display_set_cursor_theme (GdkDisplay *display,
|
||||||
const gchar *theme,
|
const gchar *theme,
|
||||||
|
@ -2266,7 +2266,7 @@ gdk_wayland_window_get_wl_surface (GdkWindow *window)
|
|||||||
*
|
*
|
||||||
* A good example would be writing a panel or on-screen-keyboard as an
|
* A good example would be writing a panel or on-screen-keyboard as an
|
||||||
* out-of-process helper - as opposed to having those in the compositor
|
* out-of-process helper - as opposed to having those in the compositor
|
||||||
* process. In this case the underlying surface isn't a wl_shell
|
* process. In this case the underlying surface isn't an xdg_shell
|
||||||
* surface and the panel or OSK client need to identify the wl_surface
|
* surface and the panel or OSK client need to identify the wl_surface
|
||||||
* as a panel or OSK to the compositor. The assumption is that the
|
* as a panel or OSK to the compositor. The assumption is that the
|
||||||
* compositor will expose a private interface to the special client
|
* compositor will expose a private interface to the special client
|
||||||
|
Loading…
Reference in New Issue
Block a user