mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 06:35:59 +02:00
fixed codetools Makefile, fixed default prop not found error
git-svn-id: trunk@2450 -
This commit is contained in:
parent
fcbeaadf01
commit
a9fa158662
@ -157,7 +157,7 @@ begin
|
|||||||
if GdkWindow<>nil then begin
|
if GdkWindow<>nil then begin
|
||||||
AForm:=TCustomForm(GetLCLObject(PgtkWidget(hwnd)));
|
AForm:=TCustomForm(GetLCLObject(PgtkWidget(hwnd)));
|
||||||
if (AForm<>nil) and (AForm is TCustomForm) then
|
if (AForm<>nil) and (AForm is TCustomForm) then
|
||||||
Screen.MoveFormToFront(AForm);
|
Screen.MoveFormToZFront(AForm);
|
||||||
gdk_window_raise(GdkWindow);
|
gdk_window_raise(GdkWindow);
|
||||||
// how to set the keyboard focus to the raised window?
|
// how to set the keyboard focus to the raised window?
|
||||||
//gtk_window_activate_focus(PGtkWindow(hWnd));
|
//gtk_window_activate_focus(PGtkWindow(hWnd));
|
||||||
@ -8078,6 +8078,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.235 2003/04/16 22:11:35 mattias
|
||||||
|
fixed codetools Makefile, fixed default prop not found error
|
||||||
|
|
||||||
Revision 1.234 2003/04/16 17:20:24 mattias
|
Revision 1.234 2003/04/16 17:20:24 mattias
|
||||||
implemented package check broken dependency on compile
|
implemented package check broken dependency on compile
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ implicitunits=winext win32def win32int
|
|||||||
|
|
||||||
[compiler]
|
[compiler]
|
||||||
options=-gl -S2 -Sh
|
options=-gl -S2 -Sh
|
||||||
unitdir=../../units
|
unitdir=../../units .
|
||||||
unittargetdir=../../units/win32
|
unittargetdir=../../units/win32
|
||||||
|
|
||||||
[clean]
|
[clean]
|
||||||
|
Loading…
Reference in New Issue
Block a user