diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-10-26 20:34:31 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-10-26 20:34:31 +0000 |
commit | 39995a51ec810b60d5210445b1ec5eba21099a6a (patch) | |
tree | 6810689b98cf6594fa8c18c5b0d0523ea3964db2 /src/corelib/x11 | |
parent | a3687eda6cda2d5e864cf37d826700479cac9a2e (diff) | |
download | fpGUI-39995a51ec810b60d5210445b1ec5eba21099a6a.tar.xz |
* Added a X11 only utility app that highlights the window sizes used by widgets in any applications. This will get extended over time to include more window information.
Diffstat (limited to 'src/corelib/x11')
-rw-r--r-- | src/corelib/x11/fpg_x11.pas | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/corelib/x11/fpg_x11.pas b/src/corelib/x11/fpg_x11.pas index 61556178..385b1361 100644 --- a/src/corelib/x11/fpg_x11.pas +++ b/src/corelib/x11/fpg_x11.pas @@ -294,6 +294,9 @@ type end; +function fpgColorToX(col: TfpgColor): longword; + + implementation uses |