head 1.3; access; symbols pkgsrc-2013Q4:1.2.0.22 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.20 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.18 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.16 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.14 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.12 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.10 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.8 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.4 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.1.1.1.0.20 pkgsrc-2011Q1-base:1.1.1.1 pkgsrc-2010Q4:1.1.1.1.0.18 pkgsrc-2010Q4-base:1.1.1.1 pkgsrc-2010Q3:1.1.1.1.0.16 pkgsrc-2010Q3-base:1.1.1.1 pkgsrc-2010Q2:1.1.1.1.0.14 pkgsrc-2010Q2-base:1.1.1.1 pkgsrc-2010Q1:1.1.1.1.0.12 pkgsrc-2010Q1-base:1.1.1.1 pkgsrc-2009Q4:1.1.1.1.0.10 pkgsrc-2009Q4-base:1.1.1.1 pkgsrc-2009Q3:1.1.1.1.0.8 pkgsrc-2009Q3-base:1.1.1.1 pkgsrc-2009Q2:1.1.1.1.0.6 pkgsrc-2009Q2-base:1.1.1.1 pkgsrc-2009Q1:1.1.1.1.0.4 pkgsrc-2009Q1-base:1.1.1.1 pkgsrc-2008Q4:1.1.1.1.0.2 pkgsrc-2008Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2014.01.19.10.58.23; author adam; state dead; branches; next 1.2; commitid 4D1ECVbACnM1uIlx; 1.2 date 2011.05.02.21.23.01; author adam; state Exp; branches; next 1.1; 1.1 date 2008.11.21.17.40.31; author adam; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2008.11.21.17.40.31; author adam; state Exp; branches; next ; desc @@ 1.3 log @Changes 1.7.11: - Uniscribe support in the RichEdit control. - Support for condition variables and Slim Reader/Writer locks. - More D3D command stream preparation work. - Optional Start Menu in desktop mode. - Improved support for vertical fonts metrics. - Various bug fixes. @ text @$NetBSD: patch-ae,v 1.2 2011/05/02 21:23:01 adam Exp $ --- dlls/winex11.drv/opengl.c.orig 2010-06-18 17:36:58.000000000 +0000 +++ dlls/winex11.drv/opengl.c @@@@ -55,6 +55,7 @@@@ WINE_DECLARE_DEBUG_CHANNEL(winediag); #endif #ifdef HAVE_GL_GLX_H # include +# include #endif #include "wine/wgl.h" @ 1.2 log @Changes 1.3.19: * New sound driver architecture for MMDevAPI. * Better support for relative mouse events in DInput. * Debugger support for the ARM platform. * Various improvements in D3DX9. * More MSVC runtime functions. * Various bug fixes. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d3 1 a3 1 --- dlls/winex11.drv/opengl.c.orig 2008-06-27 16:24:42.000000000 +0200 d5 1 a5 1 @@@@ -47,6 +47,7 @@@@ WINE_DEFAULT_DEBUG_CHANNEL(wgl); d11 2 a12 2 #ifdef HAVE_GL_GLEXT_H # include @ 1.1.1.1 log @Wine is a program which allows running Microsoft Windows programs (including DOS, Windows 3.x and Win32 executables) on Unix. It consists of a program loader which loads and executes an Microsoft Windows binary, and a library that implements Windows API calls using their Unix or X11 equivalents. The library may also be used for porting Win32 code into native Unix executables. @ text @@