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:
blaszijk
2012-01-12 15:15:59 +00:00
parent 19857f2209
commit d0340d13eb
398 changed files with 1431 additions and 1896 deletions

View File

@ -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);