aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTK.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-05-01 08:09:22 +1000
committerNeil <nyamatongwe@gmail.com>2020-05-01 08:09:22 +1000
commit99af317e21c93c9a4024d1e6140f1cbc902e47d6 (patch)
tree2d9fb17401e92de2028c150479fd46bd5b3dabcd /gtk/ScintillaGTK.h
parent617bf64ac0188db167fe7779b50b32d5dc10d664 (diff)
downloadscintilla-mirror-99af317e21c93c9a4024d1e6140f1cbc902e47d6.tar.gz
Backport: Replace deprecated function pango_script_for_unichar with g_unichar_get_script.
Backport of changeset 8215:f0300892ae62.
Diffstat (limited to 'gtk/ScintillaGTK.h')
-rwxr-xr-xgtk/ScintillaGTK.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/ScintillaGTK.h b/gtk/ScintillaGTK.h
index 1c955345e..be6917c66 100755
--- a/gtk/ScintillaGTK.h
+++ b/gtk/ScintillaGTK.h
@@ -50,7 +50,7 @@ class ScintillaGTK : public ScintillaBase {
Window wPreedit;
Window wPreeditDraw;
GtkIMContext *im_context;
- PangoScript lastNonCommonScript;
+ GUnicodeScript lastNonCommonScript;
// Wheel mouse support
unsigned int linesPerScroll;