From 48f5df53188382ced355bf8116bbe1b5e1fced08 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 26 Oct 2016 05:29:07 +0200 Subject: gtk: Add back infrastructure for GTK_DEBUG=updates Includes the ability to turn on updates in the inspector. Animations are now run via a tick function which allows us to neatly overlay a semi-transparent red rectangle and fade it out over time. It also probably enables way more, but somebody with more UI neatness than me needs to figure out what it eanbles first... --- gtk/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk/Makefile.am') diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 31108b8fe6..8e17336e25 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -458,6 +458,7 @@ gtk_private_h_sources = \ gtkcsswin32sizevalueprivate.h \ gtkcsswidgetnodeprivate.h \ gtkcustompaperunixdialog.h \ + gtkdebugupdatesprivate.h \ gtkdialogprivate.h \ gtkdndprivate.h \ gtkentryprivate.h \ @@ -727,6 +728,7 @@ gtk_base_c_sources = \ gtkcssvalue.c \ gtkcsswidgetnode.c \ gtkcsswin32sizevalue.c \ + gtkdebugupdates.c \ gtkdialog.c \ gtkdragsource.c \ gtkdrawingarea.c \ -- cgit v1.2.1