From 0b8e57a2892882a4d4a378a242cf5599c1d04fc3 Mon Sep 17 00:00:00 2001 From: mattias Date: Mon, 4 Jun 2018 17:21:46 +0000 Subject: [PATCH] openglcontext: less hints git-svn-id: trunk@58126 - --- components/opengl/glgtkglxcontext.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/opengl/glgtkglxcontext.pas b/components/opengl/glgtkglxcontext.pas index cc384b069f..93b28c2024 100644 --- a/components/opengl/glgtkglxcontext.pas +++ b/components/opengl/glgtkglxcontext.pas @@ -107,7 +107,7 @@ function gdk_x11_get_default_xdisplay:PDisplay;cdecl;external; function gdk_x11_get_default_screen:gint;cdecl;external; {$ENDIF} -procedure LOpenGLViewport(Handle: HWND; Left, Top, Width, Height: integer); +procedure LOpenGLViewport({%H-}Handle: HWND; Left, Top, Width, Height: integer); procedure LOpenGLSwapBuffers(Handle: HWND); function LOpenGLMakeCurrent(Handle: HWND): boolean; function LOpenGLReleaseContext({%H-}Handle: HWND): boolean;