mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-01 19:39:24 +01:00
openglcontext: less hints
git-svn-id: trunk@58126 -
This commit is contained in:
parent
3ec78f9640
commit
0b8e57a289
@ -107,7 +107,7 @@ function gdk_x11_get_default_xdisplay:PDisplay;cdecl;external;
|
|||||||
function gdk_x11_get_default_screen:gint;cdecl;external;
|
function gdk_x11_get_default_screen:gint;cdecl;external;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
procedure LOpenGLViewport(Handle: HWND; Left, Top, Width, Height: integer);
|
procedure LOpenGLViewport({%H-}Handle: HWND; Left, Top, Width, Height: integer);
|
||||||
procedure LOpenGLSwapBuffers(Handle: HWND);
|
procedure LOpenGLSwapBuffers(Handle: HWND);
|
||||||
function LOpenGLMakeCurrent(Handle: HWND): boolean;
|
function LOpenGLMakeCurrent(Handle: HWND): boolean;
|
||||||
function LOpenGLReleaseContext({%H-}Handle: HWND): boolean;
|
function LOpenGLReleaseContext({%H-}Handle: HWND): boolean;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user