aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-09-23 22:12:14 +0000
committercorvid <corvid@lavabit.com>2009-09-23 22:12:14 +0000
commitf8af0121b777f21eb6da67ca7b298be953c44895 (patch)
tree3a600b0113b4bfdb0d1c27ac2710555f21fb27ed
parentedab60916f0ad8e5d18e2ff54261bdd27dcfd6f1 (diff)
fix css *resize cursor values
-rw-r--r--src/cssparser.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cssparser.cc b/src/cssparser.cc
index 5ef53dcf..377b290d 100644
--- a/src/cssparser.cc
+++ b/src/cssparser.cc
@@ -53,9 +53,9 @@ static const char *const Css_border_style_enum_vals[] = {
};
static const char *const Css_cursor_enum_vals[] = {
- "crosshair", "default", "pointer", "move", "e_resize", "ne_resize",
- "nw_resize", "n_resize", "se_resize", "sw_resize", "s_resize",
- "w_resize", "text", "wait", "help", NULL
+ "crosshair", "default", "pointer", "move", "e-resize", "ne-resize",
+ "nw-resize", "n-resize", "se-resize", "sw-resize", "s-resize",
+ "w-resize", "text", "wait", "help", NULL
};
static const char *const Css_display_enum_vals[DISPLAY_LAST + 1] = {