You've already forked lazarus-ccr
fixed images in documentation
removed footer date for the time being (to prevent too much changes in documentation) implemented cleaning of GLUT bitmap font lists removed unused function in uicontext class renamed chm file added missing documentation back in nvcontext.xml git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2254 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -3,8 +3,8 @@ program widget_test;
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
uses
|
||||
Classes, SysUtils, GLut, GL, GLu, nvGLPainter,
|
||||
nvGlutContext, GLFreeTypeFont, GLUTBitmapFont, nvTypes;
|
||||
Classes, SysUtils, GLut, GL, GLu, nvGLPainter, nvGlutContext, GLFreeTypeFont,
|
||||
GLFreeType, GLUTBitmapFont, nvTypes, nvPainter, nvContext;
|
||||
|
||||
var
|
||||
ui: GlutUIContext;
|
||||
@ -187,6 +187,8 @@ var
|
||||
var
|
||||
texture_data: array [0..3] of cardinal = ($FFFF0000, $FF0000FF, $FF00FF00, $FF00FF00);
|
||||
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
glutInit(@argc, argv);
|
||||
glutInitWindowSize(win_w, win_h);
|
||||
|
Reference in New Issue
Block a user