You've already forked lazarus-ccr
split painter and context classes in nvwidgets.pas into separate source file
fixed compilation example.pp renamed context and painter source files to be more clear git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2248 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -11,14 +11,14 @@
|
||||
//
|
||||
// Copyright (c) NVIDIA Corporation. All rights reserved.
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
unit nvGlutWidgets;
|
||||
unit nvGlutContext;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
SysUtils, nvWidgets;
|
||||
SysUtils, nvContext, nvTypes;
|
||||
|
||||
type
|
||||
|
Reference in New Issue
Block a user