summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/ptrstyle.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/vcl/ptrstyle.hxx b/include/vcl/ptrstyle.hxx
index d63d44b55a5a..996caf5f6078 100644
--- a/include/vcl/ptrstyle.hxx
+++ b/include/vcl/ptrstyle.hxx
@@ -116,7 +116,9 @@ enum class PointerStyle
TabSelectW = 91,
TabSelectSW = 92,
Paintbrush = 93,
- LAST = Paintbrush,
+ HideWhitespace = 94,
+ ShowWhitespace = 95,
+ LAST = ShowWhitespace,
};
#endif // INCLUDED_VCL_PTRSTYLE_HXX