Overview of Changes from GTK+ 2.6.3 to GTK+ 2.6.4 ================================================= * Move a lot of const data to the .rodata section [Matthias Clasen] * Make caching of .icon files work again [Alexander Larsson] * Fix many translations of our single Q_() message to not include the prefix [Christian Persch] Overview of Changes from GTK+ 2.6.2 to GTK+ 2.6.3 ================================================= * GtkAction - Improve the handling of buttons as action proxys [Milosz Derezynski] * gtk_window_present(): Use the timestamp of the last user interaction when focusing the window. [Elijah Newren] * Icon theme - Avoid scaling icons in the file chooser [Vincent Noel] - Make icon theme caching work on ppc64 [Manish Singh] * Win32 - Bug fixes [Tor Lillqvist] - Improve tablet handling [Robert Ögren] * Other bug fixes [Rodney Dawes, Tommi Komulainen, Christian Persch, Manish Singh, Billy Biggs, Ben Maurer, Jorn Baayen, Jonathan Blandford, Murray Cumming, Olivier Sessink, Matthias, Gustavo Carneiro, Morten Welinder, Samuel Hym, Doug Morgan, Ivan Wong, Paul Cornett, Sven Neumann, Vincent Untz] * Documentation improvements [Matthias, Torsten Schoenfeld] * New and improved translations (ar,be,bg,ca,cy,el,en_GB,fa,gu,ja,hu,pt_BR,th,uk,xh)
13 lines
495 B
Text
13 lines
495 B
Text
$NetBSD: patch-af,v 1.11 2005/03/02 15:39:06 wiz Exp $
|
|
|
|
--- gdk-pixbuf/pixops/composite_line_color_22_4a4_mmx.S.orig 2005-02-28 19:08:34.000000000 +0100
|
|
+++ gdk-pixbuf/pixops/composite_line_color_22_4a4_mmx.S
|
|
@@ -4,7 +4,7 @@ gcc2_compiled.:
|
|
.text
|
|
.align 16
|
|
|
|
-#if !defined(__MINGW32__) && !defined(__CYGWIN__)
|
|
+#if !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(__INTERIX)
|
|
|
|
/* Magic indicating no need for an executable stack */
|
|
#if !defined __powerpc64__ && !defined __ia64__
|