forked from AuroraMiddleware/gtk
tests: Ignore deprecations
Some of our tests use deprecated style context api. Most of them should be ported to use global style providers eventually. For now, ignore deprecations.
This commit is contained in:
parent
ccaaff406f
commit
ac3177ce95
@ -1,5 +1,7 @@
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
|
||||
|
||||
static GtkWidget *
|
||||
oriented_test_widget (const char *label, const char *color)
|
||||
{
|
||||
|
@ -1,5 +1,7 @@
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
|
||||
|
||||
static void
|
||||
unset_title (GtkWidget *window)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user