aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorColomban Wendling <ban@herbesfolles.org>2016-10-21 09:13:48 +0200
committerColomban Wendling <ban@herbesfolles.org>2016-10-21 09:13:48 +0200
commit4fb0634baacd401402eca2c1dbfdbbb77ebaece9 (patch)
tree7476107784365c09f3e01d31541e3e0d4f61be39 /scripts
parentb63e93d4c0b26fe00ecede031ed709e644b2a304 (diff)
downloadscintilla-mirror-4fb0634baacd401402eca2c1dbfdbbb77ebaece9.tar.gz
Initial accessibility support for the GTK platform v7
Diffstat (limited to 'scripts')
-rw-r--r--scripts/HeaderOrder.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/HeaderOrder.txt b/scripts/HeaderOrder.txt
index cbfdf6f3f..fdbb3a157 100644
--- a/scripts/HeaderOrder.txt
+++ b/scripts/HeaderOrder.txt
@@ -44,6 +44,7 @@
#include <gdk/gdk.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
+#include <gtk/gtk-a11y.h>
// Windows headers
#include <windows.h>
@@ -138,7 +139,9 @@
#include "HanjaDic.h"
// gtk
+#include "ScintillaGTK.h"
#include "scintilla-marshal.h"
+#include "ScintillaGTKAccessible.h"
#include "Converter.h"
// cocoa