mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

174 lines
4.0 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/x11/xscreensaver/glx_qd-fix.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. --- ./hacks/glx/cage.c.orig Sun Jan 3 20:25:20 1999
  23. +++ ./hacks/glx/cage.c Thu Oct 21 08:44:35 1999
  24. @@ -94,6 +94,8 @@
  25. #ifdef USE_GL
  26. +#define APIENTRY
  27. +#define CALLBACK
  28. #include <GL/glu.h>
  29. #include "e_textures.h"
  30. --- ./hacks/glx/moebius.c.orig Sun Jan 3 20:26:57 1999
  31. +++ ./hacks/glx/moebius.c Thu Oct 21 08:59:42 1999
  32. @@ -94,6 +94,8 @@
  33. #ifdef USE_GL
  34. +#define APIENTRY
  35. +#define CALLBACK
  36. #include <GL/glu.h>
  37. #include "e_textures.h"
  38. --- ./hacks/glx/pipes.c.orig Thu Oct 21 09:00:14 1999
  39. +++ ./hacks/glx/pipes.c Thu Oct 21 09:00:25 1999
  40. @@ -69,6 +69,9 @@
  41. #ifdef USE_GL
  42. +#define APIENTRY
  43. +#define CALLBACK
  44. +
  45. #include <GL/glu.h>
  46. #include "buildlwo.h"
  47. --- ./hacks/glx/buildlwo.c.orig Thu Oct 21 09:00:50 1999
  48. +++ ./hacks/glx/buildlwo.c Thu Oct 21 09:01:01 1999
  49. @@ -23,6 +23,9 @@
  50. #ifdef USE_GL
  51. +#define APIENTRY
  52. +#define CALLBACK
  53. +
  54. #ifdef STANDALONE
  55. #include <GL/glx.h>
  56. #endif
  57. --- ./hacks/glx/sproingies.c.orig Thu Oct 21 09:01:27 1999
  58. +++ ./hacks/glx/sproingies.c Thu Oct 21 09:01:43 1999
  59. @@ -33,6 +33,9 @@
  60. #ifdef USE_GL
  61. +#define APIENTRY
  62. +#define CALLBACK
  63. +
  64. #include <GL/gl.h>
  65. #include <GL/glu.h>
  66. #include "buildlwo.h"
  67. --- ./hacks/glx/sproingiewrap.c.orig Thu Oct 21 09:01:57 1999
  68. +++ ./hacks/glx/sproingiewrap.c Thu Oct 21 09:02:17 1999
  69. @@ -84,6 +84,9 @@
  70. #define MINSIZE 32
  71. +#define APIENTRY
  72. +#define CALLBACK
  73. +
  74. #include <GL/glu.h>
  75. #include <time.h>
  76. --- ./hacks/glx/stairs.c.orig Thu Oct 21 09:02:42 1999
  77. +++ ./hacks/glx/stairs.c Thu Oct 21 09:02:55 1999
  78. @@ -76,6 +76,9 @@
  79. #ifdef USE_GL
  80. +#define APIENTRY
  81. +#define CALLBACK
  82. +
  83. #include <GL/glu.h>
  84. #include "e_textures.h"
  85. --- ./hacks/glx/superquadrics.c.orig Thu Oct 21 09:03:11 1999
  86. +++ ./hacks/glx/superquadrics.c Thu Oct 21 09:03:26 1999
  87. @@ -130,6 +130,9 @@
  88. #endif
  89. +#define APIENTRY
  90. +#define CALLBACK
  91. +
  92. #include <GL/glu.h>
  93. #define MaxRes 50
  94. --- ./hacks/glx/atlantis.c.orig Thu Oct 21 09:03:56 1999
  95. +++ ./hacks/glx/atlantis.c Thu Oct 21 09:04:11 1999
  96. @@ -116,6 +116,9 @@
  97. #ifdef USE_GL
  98. +#define APIENTRY
  99. +#define CALLBACK
  100. +
  101. #include "atlantis.h"
  102. #include <GL/glu.h>
  103. --- ./hacks/glx/bubble3d.h.orig Thu Oct 21 09:05:49 1999
  104. +++ ./hacks/glx/bubble3d.h Thu Oct 21 09:06:02 1999
  105. @@ -12,6 +12,9 @@
  106. # include "xlock.h" /* from the xlockmore distribution */
  107. #endif /* !STANDALONE */
  108. +#define APIENTRY
  109. +#define CALLBACK
  110. +
  111. #include <GL/gl.h>
  112. #include <GL/glu.h>
  113. --- ./hacks/glx/glplanet.c.orig Thu Oct 21 09:06:32 1999
  114. +++ ./hacks/glx/glplanet.c Thu Oct 21 09:06:48 1999
  115. @@ -93,6 +93,8 @@
  116. # endif /* VMS */
  117. #endif
  118. +#define APIENTRY
  119. +#define CALLBACK
  120. #include <GL/glu.h>
  121. --- ./hacks/glx/pulsar.c.orig Thu Oct 21 09:07:10 1999
  122. +++ ./hacks/glx/pulsar.c Thu Oct 21 09:07:26 1999
  123. @@ -87,6 +87,8 @@
  124. # endif /* VMS */
  125. #endif
  126. +#define APIENTRY
  127. +#define CALLBACK
  128. #include <GL/gl.h>
  129. #include <GL/glu.h>
  130. --- ./hacks/glx/sierpinski3d.c.orig Sat Nov 13 22:24:17 1999
  131. +++ ./hacks/glx/sierpinski3d.c Fri Nov 26 07:38:10 1999
  132. @@ -81,6 +81,9 @@
  133. static gasketstruct *gasket = NULL;
  134. +#define APIENTRY
  135. +#define CALLBACK
  136. +
  137. #include <GL/glu.h>
  138. /* static GLuint limit; */