Home
last modified time | relevance | path

Searched defs:_CDAnimation (Results 1 – 1 of 1) sorted by relevance

/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/Animated-icons/src/
H A Dapplet-struct.h178 struct _CDAnimation { struct
180 …id (*init) (Icon *pIcon, CairoDock *pDock, CDAnimationData *pData, double dt, gboolean bUseOpenGL);
182 …roDock *pDock, CDAnimationData *pData, cairo_t *pCairoContext); // pCairoContext is NULL in OpenGL
183 …roDock *pDock, CDAnimationData *pData, cairo_t *pCairoContext); // pCairoContext is NULL in OpenGL
185 const gchar *cName;
186 const gchar *cDisplayedName;
187 …ean bDrawIcon; // whether the animation draws the icon itself (or just alter the drawing context).
188 gboolean bDrawReflect; // TRUE if the animation can draw the reflect itself.
189 CDAnimationsEffects id; // ID of the animation, the same as in the conf file.
191 guint iRenderingOrder; // order in which it will be called during the rendering.
[all …]