You've already forked lazarus-ccr
Updated GeckoChromeWindow.pas; replaced BrowseWin sample app with ChromeWin; now using new ObjC-based Cocoa widgetset instead of old PasCocoa-based Cocoa widgetset.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1024 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -11,7 +11,7 @@ function NewSimpleEnumeratorFromTInterfaceList(AList: TInterfaceList;
|
|||||||
implementation
|
implementation
|
||||||
|
|
||||||
uses
|
uses
|
||||||
nsXPCOM_STD19, nsError;
|
nsXPCOM_std19, nsError;
|
||||||
|
|
||||||
type
|
type
|
||||||
TSimpleEnumeratorWithInterfaceList = class(TInterfacedObject,
|
TSimpleEnumeratorWithInterfaceList = class(TInterfacedObject,
|
||||||
|
Reference in New Issue
Block a user