lazarus/components/gtk/gtkglarea/gtkopengl.pas
mattias 0998146d41 added fpc replacement for gtkglarea
git-svn-id: trunk@6729 -
2005-02-03 23:16:59 +00:00

24 lines
452 B
ObjectPascal

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