Commit e201c4f3 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 372b5e15
......@@ -1539,7 +1539,7 @@ void destroy_gl_drawable( HWND hwnd )
*
* 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;*/
int value;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment