summaryrefslogtreecommitdiff
path: root/src/corelib/x11
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-03-11 10:00:13 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-03-11 10:00:13 +0200
commit1c6c1a6272972ceaf3937892f0af14a6847a146e (patch)
tree3d900a047775b4961822b5ba38007621f8e95536 /src/corelib/x11
parent858789d00c5d5ef376cad08b6dce4385a6f7699c (diff)
downloadfpGUI-1c6c1a6272972ceaf3937892f0af14a6847a146e.tar.xz
Disable compiler hint for something i did for a reason.
Diffstat (limited to 'src/corelib/x11')
-rw-r--r--src/corelib/x11/fpg_x11.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/x11/fpg_x11.pas b/src/corelib/x11/fpg_x11.pas
index d0d16415..d65ae3b3 100644
--- a/src/corelib/x11/fpg_x11.pas
+++ b/src/corelib/x11/fpg_x11.pas
@@ -52,6 +52,7 @@ type
PInt = ^integer;
+ {$HINTS OFF}
TXIC = record
dummy: Pointer;
end;
@@ -62,6 +63,7 @@ type
dummy: Pointer;
end;
PXIM = ^TXIM;
+ {$HINTS ON}
TXdbeSwapInfo = record