Skip to content

[macos] Use system shadow on macOS

Arjan Molenaar requested to merge amolenaar/gtk:contentview-step1-finished into main

This MR is building on !5194.

Client side shadows do not work really nice for macOS (and Windows?).

This MR allows for CSD without client side shadows. This allows us to have a much more natural integration with macOS.

Exposé view before and after (note that libadwaita's shadow is a lot wider than GTK's default shadow):

Screenshot_2024-01-19_at_15.31.37 Screenshot_2024-01-19_at_15.30.57

Fixes #6255 (closed).

@paulrouget @lb90 @otte @chergert I created this MR, hope that's okay...

Merge request reports