summaryrefslogtreecommitdiff
path: root/gfx/x11/fpgfxpackage.pas
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/x11/fpgfxpackage.pas')
-rw-r--r--gfx/x11/fpgfxpackage.pas14
1 files changed, 14 insertions, 0 deletions
diff --git a/gfx/x11/fpgfxpackage.pas b/gfx/x11/fpgfxpackage.pas
new file mode 100644
index 00000000..24a9b9dc
--- /dev/null
+++ b/gfx/x11/fpgfxpackage.pas
@@ -0,0 +1,14 @@
+{ This file was automatically created by Lazarus. Do not edit!
+This source is only used to compile and install the package.
+ }
+
+unit fpgfxpackage;
+
+interface
+
+uses
+ GfxBase, GELDirty, GELImage, GFX_X11, gfxinterface, schar16, unitkeys, fpgfx;
+
+implementation
+
+end.