Created attachment 6698 GTK-3.20 - GdkSeat intro make ... eyes.c: In function 'timer_cb': eyes.c:174:5: error: unknown type name 'GdkSeat' GdkSeat *seat = gdk_display_get_default_seat (gdk_display_get_default ()); ^
Builds fine here with Gtk 3.20.6 - can you provide more context ?
My bad, I'll fix it as soon as possible.
(In reply to Landry Breuil from comment #1) > Builds fine here with Gtk 3.20.6 - can you provide more context ? Of course, it builds with $ grep Ver /usr/lib64/pkgconfig/gtk+-3.0.pc Version: 3.20.6 but not with $ grep Ver /usr/lib64/pkgconfig/gtk+-3.0.pc Version: 3.16.7 Ref. https://developer.gnome.org/gtk3/stable/gtk3-Feature-Test-Macros.html#GTK-CHECK-VERSION:CAPS "Note this is a development release, aimed for packagers and testers so that we get a wider coverage of Gtk+3 versions (3.14, 3.16, 3.18, 3.20..)" Sounds familiar? ;)
Fixed on Git, if everything looks fine I'll release version 4.5.0.
With GTK+ 3.16.7 and 3.20.6 - builds n' runs OK.