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.

54 lines
1.9 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../gtk-perl10/gtkhtml_fixes.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. # Copyright (C) 1998 - 2003 Clifford Wolf
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This patch file is dual-licensed. It is available under the license the
  11. # patched project is licensed under, as long as it is an OpenSource license
  12. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  13. # of the GNU General Public License as published by the Free Software
  14. # Foundation; either version 2 of the License, or (at your option) any later
  15. # version.
  16. # --- T2-COPYRIGHT-NOTE-END ---
  17. diff -Nur Gtk-Perl-0.7008/GtkHTML/pkg.defs Gtk-Perl-0.7008.test/GtkHTML/pkg.defs
  18. --- Gtk-Perl-0.7008/GtkHTML/pkg.defs 2001-01-21 12:21:06.000000000 +0100
  19. +++ Gtk-Perl-0.7008.test/GtkHTML/pkg.defs 2003-08-05 20:13:34.000000000 +0200
  20. @@ -61,7 +61,6 @@
  21. (remove-link GTK_HTML_COMMAND_REMOVE_LINK)
  22. (delete GTK_HTML_COMMAND_DELETE)
  23. (delete-back GTK_HTML_COMMAND_DELETE_BACK)
  24. - (set-mark GTK_HTML_COMMAND_SET_MARK)
  25. (disable-selection GTK_HTML_COMMAND_DISABLE_SELECTION)
  26. (bold-on GTK_HTML_COMMAND_BOLD_ON)
  27. (bold-off GTK_HTML_COMMAND_BOLD_OFF)
  28. diff -Nur Gtk-Perl-0.7008/GtkHTML/xs/GtkHTML.xs Gtk-Perl-0.7008.test/GtkHTML/xs/GtkHTML.xs
  29. --- Gtk-Perl-0.7008/GtkHTML/xs/GtkHTML.xs 2001-06-17 18:35:46.000000000 +0200
  30. +++ Gtk-Perl-0.7008.test/GtkHTML/xs/GtkHTML.xs 2003-08-05 20:09:49.000000000 +0200
  31. @@ -122,9 +122,10 @@
  32. RETVAL
  33. void
  34. -gtk_html_set_iframe_parent (html, parent)
  35. +gtk_html_set_iframe_parent (html, parent, dummy)
  36. Gtk::HTML html
  37. Gtk::Widget parent
  38. + void* dummy
  39. gulong
  40. gtk_html_begin (html)
  41. @@ -167,8 +168,9 @@
  42. bool allow
  43. int
  44. -gtk_html_request_paste (html, type, time)
  45. +gtk_html_request_paste (html, dummy, type, time)
  46. Gtk::HTML html
  47. + void* dummy
  48. int type
  49. int time