diff options
Diffstat (limited to 'gsk/gskenums.h')
-rw-r--r-- | gsk/gskenums.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gsk/gskenums.h b/gsk/gskenums.h index 7bad39d1c2..9defa36653 100644 --- a/gsk/gskenums.h +++ b/gsk/gskenums.h @@ -38,6 +38,7 @@ * @GSK_OPACITY_NODE: A node that changes the opacity of its child * @GSK_CLIP_NODE: A node that clips its child to a rectangular area * @GSK_ROUNDED_CLIP_NODE: A node that clips its child to a rounded rectangle + * @GSK_SHADOW_NODE: A node that draws a shadow below its child * @GSK_BLEND_NODE: A node the blends two children together * @GSK_CROSS_FADE_NODE: A node the cross-fades between two children * @@ -58,6 +59,7 @@ typedef enum { GSK_OPACITY_NODE, GSK_CLIP_NODE, GSK_ROUNDED_CLIP_NODE, + GSK_SHADOW_NODE, GSK_BLEND_NODE, GSK_CROSS_FADE_NODE } GskRenderNodeType; |