diff options
author | Benjamin Otte <otte@redhat.com> | 2016-11-19 19:58:23 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-11-19 20:58:36 +0100 |
commit | 2745c2502f3ce4a7120f7168dc26b75d7e5d0ccc (patch) | |
tree | b156d56f152d278ab6427a0408157300490b5061 /gtk/gtkbuiltinicon.c | |
parent | 8afb655347a3b09d874920812c0efa7568f78d35 (diff) | |
download | gtk+-2745c2502f3ce4a7120f7168dc26b75d7e5d0ccc.tar.gz |
snapshot: Move GtkSnapshot declaration to gtypes.h
Diffstat (limited to 'gtk/gtkbuiltinicon.c')
-rw-r--r-- | gtk/gtkbuiltinicon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkbuiltinicon.c b/gtk/gtkbuiltinicon.c index 547fc35a2a..4102dd95ee 100644 --- a/gtk/gtkbuiltinicon.c +++ b/gtk/gtkbuiltinicon.c @@ -24,6 +24,7 @@ #include "gtkcssnodeprivate.h" #include "gtkcssnumbervalueprivate.h" #include "gtkrendericonprivate.h" +#include "gtksnapshot.h" /* GtkBuiltinIcon is a gadget implementation that is meant to replace * all calls to gtk_render_ functions to render arrows, expanders, checks |