Alexandre Julliard : winex11.drv: Fix typo that confuses winapi_check.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Sep 29 09:46:00 CDT 2006


Module: wine
Branch: master
Commit: cf47c3afbb8a83c1383328eb89b8d54969fa4078
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=cf47c3afbb8a83c1383328eb89b8d54969fa4078

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Sep 29 14:43:59 2006 +0200

winex11.drv: Fix typo that confuses winapi_check.

---

 dlls/winex11.drv/opengl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/winex11.drv/opengl.c b/dlls/winex11.drv/opengl.c
index b772468..c6f5a18 100644
--- a/dlls/winex11.drv/opengl.c
+++ b/dlls/winex11.drv/opengl.c
@@ -1478,7 +1478,7 @@ BOOL WINAPI X11DRV_wglShareLists(HGLRC h
     return FALSE;
 }
 
-static BOOL internal_wglUseFontBitmaps(HDC hdc, DWORD first, DWORD count, DWORD listBase, DWORD (WINAPI GetGlyphOutline_ptr)(HDC,UINT,UINT,LPGLYPHMETRICS,DWORD,LPVOID,const MAT2*))
+static BOOL internal_wglUseFontBitmaps(HDC hdc, DWORD first, DWORD count, DWORD listBase, DWORD (WINAPI *GetGlyphOutline_ptr)(HDC,UINT,UINT,LPGLYPHMETRICS,DWORD,LPVOID,const MAT2*))
 {
      /* We are running using client-side rendering fonts... */
      GLYPHMETRICS gm;




More information about the wine-cvs mailing list