freebsd-ports/x11-toolkits/gtkscintilla/files/patch-ab
Maxim Sobolev 8d0657e26a Add GtkScintilla. GtkScintilla is a wrapper for the Scintilla editing
component wich adds some facility to this powerful component.
2000-12-14 12:18:25 +00:00

13 lines
430 B
Text

--- gtkscintilla.c 2000/12/14 10:27:02 1.1
+++ gtkscintilla.c 2000/12/14 10:27:31
@@ -22,8 +22,8 @@
/*#include "scintilla/include/Platform.h"*/
#define PLAT_GTK 1
-#include "scintilla/include/ScintillaWidget.h"
-#include "scintilla/include/Scintilla.h"
+#include <ScintillaWidget.h>
+#include <Scintilla.h>
static void gtk_scintilla_class_init(GtkScintillaClass *klass);
static void gtk_scintilla_init(GtkScintilla *sci);