Fix typo in a cursor keyword. Thanks @nuss-justin!

This commit is contained in:
Simon Sapin 2014-12-24 15:42:42 +01:00
parent 2e35d4e987
commit 5e08e96e38

View file

@ -39,7 +39,7 @@ macro_rules! define_cursor {
define_cursor! {
"none" => NoCursor = 0,
"defalut" => DefaultCursor = 1,
"default" => DefaultCursor = 1,
"pointer" => PointerCursor = 2,
"context-menu" => ContextMenuCursor = 3,
"help" => HelpCursor = 4,