[cairo-commit] cairo ChangeLog,1.969,1.970

Owen Taylor commit at pdx.freedesktop.org
Tue Aug 23 14:30:54 PDT 2005


Committed by: otaylor

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv6042

Modified Files:
	ChangeLog 
Log Message:
2005-08-23  Owen Taylor  <otaylor at redhat.com>

        * src/cairo-win32-font.c (_cairo_win32_scaled_font_show_glyphs):
        Check for AlphaBlend() with GetProcAddress() to support older
        compilation environments like MSVC 6. (Also fixes this portion
        of the code to run on Win98 and Win95, but much of the rest
        of cairo-win32-* won't work in that environment)
        (#3926, Hans Breuer, Christian Biesinger, based on code
        originally from Mozilla)

        * src/cairo-win32-private.h: Remove WINVER define, since it
        was (hopefully) there only for AlphaBlend().


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.969
retrieving revision 1.970
diff -u -d -r1.969 -r1.970
--- ChangeLog	23 Aug 2005 21:12:01 -0000	1.969
+++ ChangeLog	23 Aug 2005 21:30:52 -0000	1.970
@@ -1,5 +1,18 @@
 2005-08-23  Owen Taylor  <otaylor at redhat.com>
 
+	* src/cairo-win32-font.c (_cairo_win32_scaled_font_show_glyphs):
+	Check for AlphaBlend() with GetProcAddress() to support older
+	compilation environments like MSVC 6. (Also fixes this portion
+	of the code to run on Win98 and Win95, but much of the rest
+	of cairo-win32-* won't work in that environment)
+	(#3926, Hans Breuer, Christian Biesinger, based on code 
+	originally from Mozilla)
+
+	* src/cairo-win32-private.h: Remove WINVER define, since it
+	was there only for AlphaBlend().
+
+2005-08-23  Owen Taylor  <otaylor at redhat.com>
+
 	* src/cairo-ft-font.c: Call _get_pattern_load_flags() 
 	on the resolved pattern, not the input pattern.
 	(Further fix from sunmoon1997)



More information about the cairo-commit mailing list