mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 02:04:57 +00:00
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:
parent
372b5e15a0
commit
e201c4f36e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue