Alexandre Julliard : include: Add format definitions for wglUseFontOutlines .
Module: wine Branch: master Commit: 3176d4d495814ba6c2d609f244ce368e3a579462 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3176d4d495814ba6c2d609f244... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Nov 5 23:23:48 2012 +0100 include: Add format definitions for wglUseFontOutlines. --- include/wingdi.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/wingdi.h b/include/wingdi.h index bff96f4..782c4b7 100644 --- a/include/wingdi.h +++ b/include/wingdi.h @@ -3767,6 +3767,9 @@ WINGDIAPI BOOL WINAPI PolyTextOutW(HDC,const POLYTEXTW*,INT); #define WGL_SWAP_UNDERLAY14 (1 << 29) #define WGL_SWAP_UNDERLAY15 (1 << 30) +#define WGL_FONT_LINES 0 +#define WGL_FONT_POLYGONS 1 + /* WGL prototypes */ WINGDIAPI HGLRC WINAPI wglCreateContext(HDC); WINGDIAPI HGLRC WINAPI wglCreateLayerContext(HDC,INT);
participants (1)
-
Alexandre Julliard