From c626ff9ff06d26361dbc1ca0ae6f02ab771b095f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 24 Mar 2024 10:56:58 +0800 Subject: [PATCH] src/Builder4/Editor.bjs src/Builder4/Editor.vala --- src/Builder4/Editor.bjs | 2 +- src/Builder4/Editor.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Builder4/Editor.bjs b/src/Builder4/Editor.bjs index 29a14ef89..e64018fca 100644 --- a/src/Builder4/Editor.bjs +++ b/src/Builder4/Editor.bjs @@ -602,7 +602,7 @@ "\tGtk.TextIter iter;", "\tint buffer_x, buffer_y;", "\t_this.view.el.window_to_buffer_coords (", - "\t\tGtk.TextWindowTyp.TEXT, ", + "\t\tGtk.TextWindowType.TEXT, ", "\t\t(int)x, (int)y, out buffer_x, out buffer_y", "\t);", "", diff --git a/src/Builder4/Editor.vala b/src/Builder4/Editor.vala index c96db7313..56d617910 100644 --- a/src/Builder4/Editor.vala +++ b/src/Builder4/Editor.vala @@ -1318,7 +1318,7 @@ public class Editor : Object Gtk.TextIter iter; int buffer_x, buffer_y; _this.view.el.window_to_buffer_coords ( - Gtk.TextWindowTyp.TEXT, + Gtk.TextWindowType.TEXT, (int)x, (int)y, out buffer_x, out buffer_y ); -- 2.39.2