summaryrefslogtreecommitdiff
path: root/src/corelib/x11/fpgfx_package.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-02-01 08:41:01 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-02-01 08:41:01 +0000
commit352a0d6eb4320cf3c6cabffb27f93f285a8bfeb9 (patch)
tree8bd877e2426ba6979e9709949a33f66d1a493239 /src/corelib/x11/fpgfx_package.pas
parent606d4914596a3455d1757aa4e8c408c218316639 (diff)
downloadfpGUI-352a0d6eb4320cf3c6cabffb27f93f285a8bfeb9.tar.xz
* Applied patch from Jean-Marc which fixes a minor issue in the TfpgMemo and TfpgMenu components. It also adds a new BackgroundColor property to TfpgButton.
* Minor fixes to Jean-Marc's patch with button painting. * The threedee example now uses the new Button.BackgroundColor property.
Diffstat (limited to 'src/corelib/x11/fpgfx_package.pas')
-rw-r--r--src/corelib/x11/fpgfx_package.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/x11/fpgfx_package.pas b/src/corelib/x11/fpgfx_package.pas
index 03d1c316..aa0d1848 100644
--- a/src/corelib/x11/fpgfx_package.pas
+++ b/src/corelib/x11/fpgfx_package.pas
@@ -9,9 +9,9 @@ interface
uses
x11_xft, x11_keyconv, gfxbase, gfx_x11, fpgfx, gfx_stdimages, gfx_imgfmt_bmp,
gfx_widget, gfx_UTF8utils, gfx_extinterpolation, gfx_cmdlineparams,
- gfx_clipboard, gfx_utils, gfx_popupwindow, gfx_impl,
- gfx_command_intf, gfx_wuline;
+ gfx_clipboard, gfx_utils, gfx_popupwindow, gfx_impl, gfx_command_intf,
+ gfx_wuline;
implementation
-end. \ No newline at end of file
+end.