summaryrefslogtreecommitdiff
path: root/src/corelib/x11
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-01-31 07:49:18 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-01-31 07:49:18 +0000
commit606d4914596a3455d1757aa4e8c408c218316639 (patch)
treeab908f96d35defd063ca4a3116dcef2a9eda14cb /src/corelib/x11
parent21dbed3e7a4278d75e1ff4da9a6b3e7acf4b6f53 (diff)
downloadfpGUI-606d4914596a3455d1757aa4e8c408c218316639.tar.xz
* TfpgColor is now a distinct type. Not just a longword alias.
* system or named colors like clWindowBackground are now correctly typed to TfpgColor. Hopefully this fixes the range check error under 64bit compilers. * Fixed some defaults for properties in the gfxbase unit. * Removed the unused (prototype) gfx_strings unit from the X11 fpgfx_package. * Fixed some files by adding the missing svn properties for eol styles.
Diffstat (limited to 'src/corelib/x11')
-rw-r--r--src/corelib/x11/fpgfx_package.lpk14
-rw-r--r--src/corelib/x11/fpgfx_package.pas4
2 files changed, 7 insertions, 11 deletions
diff --git a/src/corelib/x11/fpgfx_package.lpk b/src/corelib/x11/fpgfx_package.lpk
index 6536d8e5..814f5a15 100644
--- a/src/corelib/x11/fpgfx_package.lpk
+++ b/src/corelib/x11/fpgfx_package.lpk
@@ -24,7 +24,7 @@
<License Value="Modified LGPL
"/>
<Version Minor="5" Release="1"/>
- <Files Count="18">
+ <Files Count="17">
<Item1>
<Filename Value="x11_xft.pas"/>
<UnitName Value="x11_xft"/>
@@ -86,17 +86,13 @@
<UnitName Value="gfx_impl"/>
</Item15>
<Item16>
- <Filename Value="../gfx_strings.pas"/>
- <UnitName Value="gfx_strings"/>
- </Item16>
- <Item17>
<Filename Value="../gfx_command_intf.pas"/>
<UnitName Value="gfx_command_intf"/>
- </Item17>
- <Item18>
+ </Item16>
+ <Item17>
<Filename Value="../gfx_wuline.pas"/>
<UnitName Value="gfx_wuline"/>
- </Item18>
+ </Item17>
</Files>
<LazDoc Paths="../../../docs/xml/corelib/;../../../docs/xml/corelib/x11/;../../../docs/xml/corelib/gdi/"/>
<RequiredPkgs Count="1">
@@ -113,4 +109,4 @@
<IgnoreBinaries Value="False"/>
</PublishOptions>
</Package>
-</CONFIG>
+</CONFIG> \ No newline at end of file
diff --git a/src/corelib/x11/fpgfx_package.pas b/src/corelib/x11/fpgfx_package.pas
index 34e24d16..03d1c316 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_strings,
+ gfx_clipboard, gfx_utils, gfx_popupwindow, gfx_impl,
gfx_command_intf, gfx_wuline;
implementation
-end.
+end. \ No newline at end of file