quartz: implement gdk_window_set_shadow_width()

Use the information to allow dragging windows all the way to the top of
the screen (ie: allow the top shadow to go under the menubar).

https://bugzilla.gnome.org/show_bug.cgi?id=720374
This commit is contained in:
Ryan Lortie
2013-12-12 23:31:52 -05:00
parent 394fe4b57e
commit feedf46ddc
3 changed files with 26 additions and 2 deletions

View File

@ -62,6 +62,8 @@ struct _GdkWindowImplQuartz
cairo_region_t *needs_display_region;
cairo_surface_t *cairo_surface;
gint shadow_top;
};
struct _GdkWindowImplQuartzClass