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.

59 lines
2.2 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/gnome14/gtk-perl10/gtkhtml_fixes.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. diff -Nur Gtk-Perl-0.7008/GtkHTML/pkg.defs Gtk-Perl-0.7008.test/GtkHTML/pkg.defs
  23. --- Gtk-Perl-0.7008/GtkHTML/pkg.defs 2001-01-21 12:21:06.000000000 +0100
  24. +++ Gtk-Perl-0.7008.test/GtkHTML/pkg.defs 2003-08-05 20:13:34.000000000 +0200
  25. @@ -61,7 +61,6 @@
  26. (remove-link GTK_HTML_COMMAND_REMOVE_LINK)
  27. (delete GTK_HTML_COMMAND_DELETE)
  28. (delete-back GTK_HTML_COMMAND_DELETE_BACK)
  29. - (set-mark GTK_HTML_COMMAND_SET_MARK)
  30. (disable-selection GTK_HTML_COMMAND_DISABLE_SELECTION)
  31. (bold-on GTK_HTML_COMMAND_BOLD_ON)
  32. (bold-off GTK_HTML_COMMAND_BOLD_OFF)
  33. diff -Nur Gtk-Perl-0.7008/GtkHTML/xs/GtkHTML.xs Gtk-Perl-0.7008.test/GtkHTML/xs/GtkHTML.xs
  34. --- Gtk-Perl-0.7008/GtkHTML/xs/GtkHTML.xs 2001-06-17 18:35:46.000000000 +0200
  35. +++ Gtk-Perl-0.7008.test/GtkHTML/xs/GtkHTML.xs 2003-08-05 20:09:49.000000000 +0200
  36. @@ -122,9 +122,10 @@
  37. RETVAL
  38. void
  39. -gtk_html_set_iframe_parent (html, parent)
  40. +gtk_html_set_iframe_parent (html, parent, dummy)
  41. Gtk::HTML html
  42. Gtk::Widget parent
  43. + void* dummy
  44. gulong
  45. gtk_html_begin (html)
  46. @@ -167,8 +168,9 @@
  47. bool allow
  48. int
  49. -gtk_html_request_paste (html, type, time)
  50. +gtk_html_request_paste (html, dummy, type, time)
  51. Gtk::HTML html
  52. + void* dummy
  53. int type
  54. int time