forked from AuroraMiddleware/gtk
tests: Ignore deprecations for render api
This commit is contained in:
parent
5f54ecdf2c
commit
299fbfd722
@ -2,6 +2,8 @@
|
||||
*/
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
|
||||
|
||||
G_DECLARE_FINAL_TYPE (DemoWidget, demo_widget, DEMO, WIDGET, GtkWidget)
|
||||
|
||||
struct _DemoWidget
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
|
||||
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
|
||||
|
||||
typedef struct _GtkFocusWidget GtkFocusWidget;
|
||||
typedef struct _GtkFocusWidgetClass GtkFocusWidgetClass;
|
||||
|
Loading…
Reference in New Issue
Block a user