implemented build lazarus extra options -d

git-svn-id: trunk@2507 -
This commit is contained in:
mattias 2002-08-17 23:41:26 +00:00
parent f67fd882cd
commit 17d19b2c5a

View File

@ -570,6 +570,7 @@ end;
function GTKFocusCB( widget: PGtkWidget; event:PGdkEventFocus;
data: gPointer) : GBoolean; cdecl;
{$IFDEF VerboseFocus}
var
LCLObject: TObject;
CurFocusWidget: PGtkWidget;
{$ENDIF}
@ -659,6 +660,7 @@ end;
function GTKKillFocusCB(widget: PGtkWidget; event:PGdkEventFocus;
data: gPointer) : GBoolean; cdecl;
{$IFDEF VerboseFocus}
var
LCLObject: TObject;
CurFocusWidget: PGtkWidget;
{$ENDIF}
@ -2670,6 +2672,9 @@ end;
{ =============================================================================
$Log$
Revision 1.174 2003/03/26 00:21:25 mattias
implemented build lazarus extra options -d
Revision 1.173 2003/03/25 13:00:39 mattias
implemented TMemo.SelLength, improved OI hints