OpenSDE Packages Database (without history before r20070)
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.

40 lines
1.5 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../gle-graphics/gcc41.patch
  5. # Copyright (C) 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. diff -Nur gle-4.0.11-orig/src/gle/d_interface.h gle-4.0.11/src/gle/d_interface.h
  17. --- gle-4.0.11-orig/src/gle/d_interface.h 2005-12-17 03:08:00.000000000 +0000
  18. +++ gle-4.0.11/src/gle/d_interface.h 2006-03-31 09:54:58.099025500 +0000
  19. @@ -219,7 +219,7 @@
  20. void test_SVGFile();
  21. void reapsfont(void);
  22. string GetColor();
  23. - inline double SVGGLEDevice::AY(double y) { return Height-y; }
  24. + inline double AY(double y) { return Height-y; }
  25. };
  26. class GLEDummyDevice : public GLEDevice {
  27. diff -Nur gle-4.0.11-orig/src/gle/sub.h gle-4.0.11/src/gle/sub.h
  28. --- gle-4.0.11-orig/src/gle/sub.h 2005-12-17 03:08:00.000000000 +0000
  29. +++ gle-4.0.11/src/gle/sub.h 2006-03-31 10:11:22.264532000 +0000
  30. @@ -36,7 +36,7 @@
  31. GLESubMap();
  32. ~GLESubMap();
  33. void clear();
  34. - void GLESubMap::clear(int i);
  35. + void clear(int i);
  36. GLESub* add(const string& name);
  37. GLESub* get(const string& name);
  38. void list();