summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/render/box.h b/render/box.h
index 3134ea1a2..701329108 100644
--- a/render/box.h
+++ b/render/box.h
@@ -121,8 +121,8 @@ enum box_side { TOP, RIGHT, BOTTOM, LEFT };
* Container for box border details
*/
struct box_border {
- enum css_border_style style; /**< border-style */
- enum css_border_color color; /**< border-color type */
+ enum css_border_style_e style; /**< border-style */
+ enum css_border_color_e color; /**< border-color type */
css_color c; /**< border-color value */
int width; /**< border-width (pixels) */
};