x11: Apply popup shadow with

This commit is contained in:
Matthias Clasen 2021-02-13 21:10:10 -05:00
parent aa1d08687d
commit ad9c813ed1

View File

@ -1814,6 +1814,12 @@ gdk_x11_surface_layout_popup (GdkSurface *surface,
gdk_x11_monitor_get_workarea); gdk_x11_monitor_get_workarea);
gdk_x11_monitor_get_workarea (monitor, &bounds); gdk_x11_monitor_get_workarea (monitor, &bounds);
gdk_popup_layout_get_shadow_width (layout,
&impl->shadow_left,
&impl->shadow_right,
&impl->shadow_top,
&impl->shadow_bottom);
gdk_surface_layout_popup_helper (surface, gdk_surface_layout_popup_helper (surface,
width, width,
height, height,