aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/PlatGTK.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-03-17 10:49:00 +1100
committerNeil <nyamatongwe@gmail.com>2021-03-17 10:49:00 +1100
commitb36983d5f4550bb14afe0e557831b9004dad7409 (patch)
tree8ad9ba58bb73414ba3e2266b4b64341ce26e7f3d /gtk/PlatGTK.cxx
parent7f5b292b12975f58ced1e445a41c4b21a350ab9b (diff)
downloadscintilla-mirror-b36983d5f4550bb14afe0e557831b9004dad7409.tar.gz
Extract geometry and colour definitions from Platform.h into src/Geometry.h.
Diffstat (limited to 'gtk/PlatGTK.cxx')
-rwxr-xr-xgtk/PlatGTK.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx
index 5ea2af191..29946646e 100755
--- a/gtk/PlatGTK.cxx
+++ b/gtk/PlatGTK.cxx
@@ -23,6 +23,7 @@
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
+#include "Geometry.h"
#include "Platform.h"
#include "Scintilla.h"