mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 23:38:02 +02:00
opengl: remove gl unit used from glcocoanscontext unit
git-svn-id: trunk@62188 -
This commit is contained in:
parent
4f6399d3ef
commit
7ec219a05b
@ -26,7 +26,7 @@ interface
|
||||
uses
|
||||
Classes, SysUtils, types, CocoaWSCommon, CocoaPrivate, CocoaUtils, LCLType, Cocoa_Extra,
|
||||
LMessages, LCLMessageGlue,
|
||||
Controls, LazLoggerBase, WSLCLClasses, gl, MacOSAll, CocoaAll;
|
||||
Controls, LazLoggerBase, WSLCLClasses, MacOSAll, CocoaAll;
|
||||
|
||||
function LBackingScaleFactor(Handle: HWND): single;
|
||||
procedure LSetWantsBestResolutionOpenGLSurface(const AValue: boolean; Handle: HWND);
|
||||
|
Loading…
Reference in New Issue
Block a user