lazarus/components/opengl/gtk2x11/gdk2x11.pas
2006-01-01 20:43:51 +00:00

21 lines
303 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit gdk2x11;
interface
uses
gdk2x, LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('gdk2x11', @Register);
end.