From 01423e05dcb12e32c315337b05155bce12c9d0d7 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Tue, 21 Sep 2010 17:00:24 +0200 Subject: bugfix: I broke the array types earlier. This restores them to what they were. --- src/corelib/x11/fpg_x11.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/corelib/x11') diff --git a/src/corelib/x11/fpg_x11.pas b/src/corelib/x11/fpg_x11.pas index ce5ed273..9510a182 100644 --- a/src/corelib/x11/fpg_x11.pas +++ b/src/corelib/x11/fpg_x11.pas @@ -53,10 +53,10 @@ type TfpgGContext = Xlib.TGc; PInt = ^integer; - TAtomArray = array of TAtom; + TAtomArray = array[0..0] of TAtom; PAtomArray = ^TAtomArray; - TWindowArray = array of TWindow; + TWindowArray = array[0..0] of TWindow; PWindowArray = ^TWindowArray; {$HINTS OFF} -- cgit v1.2.3-70-g09d2