From b4450ba52960d6859cac021b27d0d3e13c5c7571 Mon Sep 17 00:00:00 2001 From: graemeg Date: Sat, 7 Jul 2007 09:47:08 +0000 Subject: * Refactored the Window class. * Added some basic predefined colors to gfxbase. * Some more code cleanup in the test projects. * Fixed a dependency issue with the core/imgtest example project. --- prototypes/fpgui2/tests/bitmaptest.dpr | 2 +- prototypes/fpgui2/tests/fpgcanvas.lpr | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) (limited to 'prototypes/fpgui2/tests') diff --git a/prototypes/fpgui2/tests/bitmaptest.dpr b/prototypes/fpgui2/tests/bitmaptest.dpr index 4c058339..c8b98193 100644 --- a/prototypes/fpgui2/tests/bitmaptest.dpr +++ b/prototypes/fpgui2/tests/bitmaptest.dpr @@ -26,7 +26,7 @@ type procedure TMainForm.AfterCreate; begin SetPosition(100, 100, 256, 256); - WindowTitle := 'fpGUI2 Bitmap Test'; + WindowTitle := 'fpGUI Bitmap Test'; end; procedure TMainForm.HandlePaint; diff --git a/prototypes/fpgui2/tests/fpgcanvas.lpr b/prototypes/fpgui2/tests/fpgcanvas.lpr index 7cae700f..978d21b2 100644 --- a/prototypes/fpgui2/tests/fpgcanvas.lpr +++ b/prototypes/fpgui2/tests/fpgcanvas.lpr @@ -12,13 +12,6 @@ uses gui_form, gfx_imgfmt_bmp; -const - // We need to define more such constants in fpGFX as standard - // RRGGBB - clRed = $FF0000; - clGreen = $00FF00; - clBlue = $0000FF; - clBlack = $000000; type -- cgit v1.2.3-70-g09d2