From 0feb2a60d95b8ae86aad675c2c12d0d950d57057 Mon Sep 17 00:00:00 2001 From: mazen Date: Thu, 2 Sep 2004 14:59:55 +0000 Subject: [PATCH] * utf8bidi is only needed for implementation, please ensure it does not appear in any interface section except for LCLType. git-svn-id: trunk@5912 - --- lcl/interfaces/gtk/gtkproc.pp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lcl/interfaces/gtk/gtkproc.pp b/lcl/interfaces/gtk/gtkproc.pp index 43b07792db..d612d9179b 100644 --- a/lcl/interfaces/gtk/gtkproc.pp +++ b/lcl/interfaces/gtk/gtkproc.pp @@ -45,9 +45,6 @@ uses {$ELSE} glib, gdk, gtk, {$Ifndef NoGdkPixbufLib}gdkpixbuf,{$EndIf} {$ENDIF} - {$IFDEF USE_UTF8BIDI_LCL} - utf8bidi, - {$ENDIF} LMessages, LCLProc, LCLStrConsts, LCLIntf, LCLType, DynHashArray, GraphType, GraphMath, Graphics, GTKWinApiWindow, LResources, Controls, Forms, Buttons, Menus, StdCtrls, ComCtrls, CommCtrl, ExtCtrls, Dialogs, ExtDlgs, @@ -759,6 +756,10 @@ procedure EndGDKErrorTrap; implementation +uses + {$IFDEF USE_UTF8BIDI_LCL} + utf8bidi; + {$ENDIF} const VKEY_FLAG_SHIFT = $01;