Skip to content

Commit e387036

Browse files
authored
Meson: update comment for gtk_snapshot_set_snap() (#62)
It will be available in GTK 4.23.1, see: https://blogs.gnome.org/gtk/2026/05/28/snapping/ https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/9844
1 parent e679774 commit e387036

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ add_project_arguments('-DHAVE_CONFIG_H', language: 'c')
3939
add_project_arguments('-I.', language: 'c')
4040

4141
gtk_dep = dependency('gtk4', version: '>=4.14')
42-
# use this to fix tile alignment, not yet merged
42+
# use this to fix tile alignment, added in 4.23.1
4343
config_h.set('HAVE_GTK_SNAPSHOT_SET_SNAP', cc.has_function('gtk_snapshot_set_snap', prefix: '#include <gtk/gtk.h>', dependencies: gtk_dep))
4444

4545
configure_file(

0 commit comments

Comments
 (0)