summaryrefslogtreecommitdiff
path: root/graphics/lazpaint/files/patch-lazpaint_ugraph.pas
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2018-08-07 07:07:36 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2018-08-07 07:07:36 +0000
commitba727a95e714f7b1aaaee90c8f41c45dbf67d266 (patch)
treede8dcd90e64392449ebf8d8baa9900074b12b872 /graphics/lazpaint/files/patch-lazpaint_ugraph.pas
parent- New port: editors/picpas (diff)
- New port: graphics/lazpaint
LazPaint is an image editor with layers and transparency. It supports the format OpenRaster so it can interoperate with MyPaint, Gimp and Krita WWW: http://wiki.freepascal.org/LazPaint Differential Revision: https://reviews.freebsd.org/D15241
Notes
Notes: svn path=/head/; revision=476570
Diffstat (limited to 'graphics/lazpaint/files/patch-lazpaint_ugraph.pas')
-rw-r--r--graphics/lazpaint/files/patch-lazpaint_ugraph.pas11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/lazpaint/files/patch-lazpaint_ugraph.pas b/graphics/lazpaint/files/patch-lazpaint_ugraph.pas
new file mode 100644
index 000000000000..e8f8184a16c2
--- /dev/null
+++ b/graphics/lazpaint/files/patch-lazpaint_ugraph.pas
@@ -0,0 +1,11 @@
+--- lazpaint/ugraph.pas 2018-04-26 00:33:20.456108000 -0500
++++ lazpaint/ugraph.pas 2018-04-26 00:33:27.797858000 -0500
+@@ -6,7 +6,7 @@
+
+ uses
+ Classes, SysUtils, bgrabitmap, bgrabitmaptypes, LazPaintType, Graphics, BGRALayers, LCLType,
+- BCButton;
++ BCButton, LazUTF8;
+
+ const FrameDashLength = 4;
+ NicePointMaxRadius = 4;