mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-24 08:02:15 +02:00
Fix compile for Cocoa with Lazarus fixes branch 2.0.x / Requires patches LCL from SVN rev 63693
This commit is contained in:
parent
a5e430aef1
commit
8676b8c90a
@ -36,11 +36,11 @@ uses
|
||||
{$IFDEF DARWIN} // $IFDEF MACOSX
|
||||
type
|
||||
CrAppProtocol = objcprotocol
|
||||
function isHandlingSendEvent: objcbool; message 'isHandlingSendEvent';
|
||||
function isHandlingSendEvent: LCLObjCBoolean; message 'isHandlingSendEvent';
|
||||
end;
|
||||
|
||||
CrAppControlProtocol = objcprotocol(CrAppProtocol)
|
||||
procedure setHandlingSendEvent(handlingSendEvent: objcbool); message 'setHandlingSendEvent:';
|
||||
procedure setHandlingSendEvent(handlingSendEvent: LCLObjCBoolean); message 'setHandlingSendEvent:';
|
||||
end;
|
||||
|
||||
TCrCocoaApplication = objcclass(TCocoaApplication, CrAppControlProtocol)
|
||||
|
Loading…
Reference in New Issue
Block a user