xemacs.patch 1.1 KB

12345678910111213141516171819202122232425
  1. Index: src/glyphs-gtk.h
  2. --- src/glyphs-gtk.h.orig 2004-05-11 04:40:46 +0200
  3. +++ src/glyphs-gtk.h 2006-01-14 13:48:33 +0100
  4. @@ -86,7 +86,7 @@
  5. (GTK_IMAGE_INSTANCE_DATA (i)->pixmaps[slice])
  6. #define IMAGE_INSTANCE_GTK_PIXMAP_SLICES(i) \
  7. (GTK_IMAGE_INSTANCE_DATA (i)->pixmaps)
  8. -#define IMAGE_INSTANCE_GTK_MASK(i) (GdkPixmap*)(IMAGE_INSTANCE_PIXMAP_MASK (i))
  9. +#define IMAGE_INSTANCE_GTK_MASK(i) (IMAGE_INSTANCE_PIXMAP_MASK (i))
  10. #define IMAGE_INSTANCE_GTK_CURSOR(i) (GTK_IMAGE_INSTANCE_DATA (i)->cursor)
  11. #define IMAGE_INSTANCE_GTK_COLORMAP(i) (GTK_IMAGE_INSTANCE_DATA (i)->colormap)
  12. #define IMAGE_INSTANCE_GTK_PIXELS(i) (GTK_IMAGE_INSTANCE_DATA (i)->pixels)
  13. Index: src/s/sol2.h
  14. --- src/s/sol2.h.orig 2003-09-18 06:36:54.000000000 +0200
  15. +++ src/s/sol2.h 2006-06-13 08:02:32.908936073 +0200
  16. @@ -11,7 +11,7 @@
  17. #endif
  18. /* Fix understandable GCC lossage on Solaris 2.6 */
  19. -#if defined(__GNUC__) && OS_RELEASE >= 506 && !defined(NOT_C_CODE)
  20. +#if defined(__GNUC__) && OS_RELEASE >= 506 && OS_RELEASE < 510 && !defined(NOT_C_CODE)
  21. /* GCC va_list munging is a little messed up */
  22. #define __GNUC_VA_LIST