mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 16:38:16 +02:00
openglcontrol: clean up
git-svn-id: trunk@14719 -
This commit is contained in:
parent
25c5057fc2
commit
958dd5b004
@ -137,7 +137,12 @@ function CreateOpenGLContextAttrList(DoubleBuffered: boolean;
|
||||
RGBA: boolean): PInteger;
|
||||
|
||||
type
|
||||
{$IFDEF LCLGtk}
|
||||
TWidgetSetWSWinControl = TGtkWSWinControl;
|
||||
{$ENDIF}
|
||||
{$IFDEF LCLGtk2}
|
||||
TWidgetSetWSWinControl = TGtkWSWinControl;
|
||||
{$ENDIF}
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user