summaryrefslogtreecommitdiff
path: root/ted-internal.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-08-06 14:07:53 -0400
committerpommicket <pommicket@gmail.com>2023-08-06 14:07:53 -0400
commit52da64686fb506372fa09ab562915f895cd88cb9 (patch)
tree24c2ca40227ddc0ad92adced2432930d4beed729 /ted-internal.h
parentb4e2b3d2407cbad54169da707f72595246e4794a (diff)
util cleanup
Diffstat (limited to 'ted-internal.h')
-rw-r--r--ted-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ted-internal.h b/ted-internal.h
index b2f54bf..40d87f8 100644
--- a/ted-internal.h
+++ b/ted-internal.h
@@ -508,7 +508,7 @@ struct Ted {
u32 build_error;
/// used by menus to keep track of the scroll position so we can return to it.
- vec2d prev_active_buffer_scroll;
+ dvec2 prev_active_buffer_scroll;
SDL_Cursor *cursor_arrow, *cursor_ibeam, *cursor_wait,
*cursor_resize_h, *cursor_resize_v, *cursor_hand, *cursor_move;