summaryrefslogtreecommitdiff
path: root/src/corelib/x11/gfx_impl.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-05-19 15:13:26 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-05-19 15:13:26 +0000
commit3d203b58185f8d703d638fe762167291f3dc055c (patch)
tree9682d9e92dfa95a420e4b8db346516fae7fb6c5e /src/corelib/x11/gfx_impl.pas
parent47aa5a7615cb3d7adf5e9af693288d9cbd89adb9 (diff)
downloadfpGUI-3d203b58185f8d703d638fe762167291f3dc055c.tar.xz
* Merged my private graemeg branch changes (r752:r781) into trunk. These changes are required to change all componens from 1-based indexing to 0-based indexing.
Diffstat (limited to 'src/corelib/x11/gfx_impl.pas')
-rw-r--r--src/corelib/x11/gfx_impl.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/x11/gfx_impl.pas b/src/corelib/x11/gfx_impl.pas
index 0bd6b311..897e0cbf 100644
--- a/src/corelib/x11/gfx_impl.pas
+++ b/src/corelib/x11/gfx_impl.pas
@@ -9,6 +9,8 @@ uses
type
TfpgWinHandle = TXID;
+ TfpgDCHandle = TXID;
+
implementation