summaryrefslogtreecommitdiff
path: root/src/corelib/x11/fpgfx_package.pas
blob: ae913f2760dbf4af9b0a9c6f18044c0e25c4e2b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{ This file was automatically created by Lazarus. do not edit!
  This source is only used to compile and install the package.
 }

unit fpgfx_package; 

interface

uses
  x11_xft, x11_keyconv, gfxbase, gfx_x11, fpgfx, gfx_stdimages, 
  gfx_imgfmt_bmp, gfx_widget, gfx_UTF8utils, gfx_extinterpolation, 
  gfx_cmdlineparams, gfx_utils, gfx_popupwindow, gfx_impl, gfx_command_intf, 
  gfx_wuline, gfx_imagelist, gfx_constants, gfx_pofiles, gfx_translations, 
  gfx_stringhashlist;

implementation

end.