X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Frender.h;h=c13894aab9573f666b1185051cf9ecadcc2cc79e;hb=1d267613a3c3423d00150a9ba778f229385cd03e;hp=ad638ae8b3705d9c3709fd78fa52c4f4f097c1f2;hpb=020cbeff19290daf4871b9519737680992212d03;p=chaz%2Fopenbox diff --git a/render/render.h b/render/render.h index ad638ae8..c13894aa 100644 --- a/render/render.h +++ b/render/render.h @@ -146,6 +146,7 @@ struct _RrTextureMask { struct _RrTextureRGBA { gint width; gint height; + gint alpha; RrPixel32 *data; /* cached scaled so we don't have to scale often */ gint cwidth; @@ -230,6 +231,7 @@ GC RrColorGC (RrColor *c); RrAppearance *RrAppearanceNew (const RrInstance *inst, gint numtex); RrAppearance *RrAppearanceCopy (RrAppearance *a); void RrAppearanceFree (RrAppearance *a); +void RrAppearanceAddTextures(RrAppearance *a, gint numtex); RrFont *RrFontOpen (const RrInstance *inst, const gchar *name, gint size, RrFontWeight weight, RrFontSlant slant);