summaryrefslogtreecommitdiff
path: root/modules/gdnative/include/text/godot_text.h
diff options
context:
space:
mode:
authorLeonardo Christino <leomilho@gmail.com>2021-04-03 12:17:51 -0300
committerLeonardo Christino <leomilho@gmail.com>2021-07-13 10:03:26 -0300
commit8b91828e4ff73fb3783b5fefcf9d150ce242907f (patch)
treea30843231851d637de9c5247b3d2e4c33e10ea9a /modules/gdnative/include/text/godot_text.h
parent9e0e74e58e84374050a35ad33f60855bab6e9bdd (diff)
Separate underscore from grapheme punctuation to enable doubleclick and caret jump over snakecase variables in editor
Diffstat (limited to 'modules/gdnative/include/text/godot_text.h')
-rw-r--r--modules/gdnative/include/text/godot_text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/include/text/godot_text.h b/modules/gdnative/include/text/godot_text.h
index 5c59de7c06..6428f2f149 100644
--- a/modules/gdnative/include/text/godot_text.h
+++ b/modules/gdnative/include/text/godot_text.h
@@ -150,7 +150,7 @@ typedef struct {
godot_packed_glyph_array (*shaped_text_sort_logical)(void *, godot_rid *);
godot_packed_vector2i_array (*shaped_text_get_line_breaks_adv)(void *, godot_rid *, godot_packed_float32_array *, int, bool, uint8_t);
godot_packed_vector2i_array (*shaped_text_get_line_breaks)(void *, godot_rid *, float, int, uint8_t);
- godot_packed_vector2i_array (*shaped_text_get_word_breaks)(void *, godot_rid *);
+ godot_packed_vector2i_array (*shaped_text_get_word_breaks)(void *, godot_rid *, int);
godot_array (*shaped_text_get_objects)(void *, godot_rid *);
godot_rect2 (*shaped_text_get_object_rect)(void *, godot_rid *, const godot_variant *);
godot_vector2 (*shaped_text_get_size)(void *, godot_rid *);