winex11.drv: Remove WINAPI on static functions where not needed.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2021-08-30 17:19:06 +02:00 committed by Alexandre Julliard
parent 372b5e15a0
commit e201c4f36e

View file

@ -1539,7 +1539,7 @@ void destroy_gl_drawable( HWND hwnd )
* *
* Get the pixel-format descriptor associated to the given id * Get the pixel-format descriptor associated to the given id
*/ */
static int WINAPI describe_pixel_format( int iPixelFormat, PIXELFORMATDESCRIPTOR *ppfd, BOOL allow_offscreen ) static int describe_pixel_format( int iPixelFormat, PIXELFORMATDESCRIPTOR *ppfd, BOOL allow_offscreen )
{ {
/*XVisualInfo *vis;*/ /*XVisualInfo *vis;*/
int value; int value;