mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-10 11:18:15 +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;
|
RGBA: boolean): PInteger;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
{$IFDEF LCLGtk}
|
||||||
TWidgetSetWSWinControl = TGtkWSWinControl;
|
TWidgetSetWSWinControl = TGtkWSWinControl;
|
||||||
|
{$ENDIF}
|
||||||
|
{$IFDEF LCLGtk2}
|
||||||
|
TWidgetSetWSWinControl = TGtkWSWinControl;
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user