X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkthemingengineprivate.h;h=53262e152a533e2e9357eac1d9afed7b0b484655;hb=02e915273845b21af223e7e5e2425569afcf1b83;hp=caf189ec6b3d4c3172a02635d2603b34068ebd0a;hpb=9181282d8812e2404400f0a5cdbac582037bdce2;p=~andy%2Fgtk diff --git a/gtk/gtkthemingengineprivate.h b/gtk/gtkthemingengineprivate.h index caf189ec6..53262e152 100644 --- a/gtk/gtkthemingengineprivate.h +++ b/gtk/gtkthemingengineprivate.h @@ -12,19 +12,25 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ #ifndef __GTK_THEMING_ENGINE_PRIVATE_H__ #define __GTK_THEMING_ENGINE_PRIVATE_H__ #include +#include "gtk/gtkthemingengine.h" +#include "gtk/gtkcssvalueprivate.h" -void _gtk_theming_engine_paint_spinner (cairo_t *cr, - gdouble radius, - gdouble progress, - GdkRGBA *color); +void _gtk_theming_engine_paint_spinner (cairo_t *cr, + gdouble radius, + gdouble progress, + const GdkRGBA *color); + +GtkCssValue *_gtk_theming_engine_peek_property (GtkThemingEngine *engine, + guint property_id); +void _gtk_theming_engine_set_context (GtkThemingEngine *engine, + GtkStyleContext *context); +GtkStyleContext *_gtk_theming_engine_get_context (GtkThemingEngine *engine); #endif /* __GTK_THEMING_ENGINE_PRIVATE_H__ */