mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 05:36:22 +02:00
* utf8bidi is only needed for implementation, please ensure it
does not appear in any interface section except for LCLType. git-svn-id: trunk@5912 -
This commit is contained in:
parent
7b4583e1bf
commit
0feb2a60d9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user