visibility.patch 603 B

1234567891011121314151617181920212223
  1. --- libXau-1.0.3/AuDispose.c.orig 2007-11-23 17:51:27.000000000 -0200
  2. +++ libXau-1.0.3/AuDispose.c 2007-11-23 17:51:34.000000000 -0200
  3. @@ -33,7 +33,7 @@ in this Software without prior written a
  4. #include <X11/Xauth.h>
  5. #include <stdlib.h>
  6. -void
  7. +_X_EXPORT void
  8. XauDisposeAuth (Xauth *auth)
  9. {
  10. if (auth) {
  11. --- libXau-1.0.3/AuRead.c.orig 2007-11-23 17:52:14.000000000 -0200
  12. +++ libXau-1.0.3/AuRead.c 2007-11-23 17:52:21.000000000 -0200
  13. @@ -69,7 +69,7 @@ read_counted_string (unsigned short *cou
  14. return 1;
  15. }
  16. -Xauth *
  17. +_X_EXPORT Xauth *
  18. XauReadAuth (FILE *auth_file)
  19. {
  20. Xauth local;