aboutsummaryrefslogtreecommitdiff
path: root/www/mozilla-vendor
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-05-22 14:20:53 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-05-22 14:20:53 +0000
commit0fa1dfb50b77d1a516aa2ed44195c5a3186c31d9 (patch)
tree58afc008cc68d2f75b5dd5e2ecf152c4afb9adf7 /www/mozilla-vendor
parentd3aef0dedc8a2becac4b59cc7f32ac22ba31b086 (diff)
downloadports-0fa1dfb50b77d1a516aa2ed44195c5a3186c31d9.tar.gz
ports-0fa1dfb50b77d1a516aa2ed44195c5a3186c31d9.zip
Notes
Diffstat (limited to 'www/mozilla-vendor')
-rw-r--r--www/mozilla-vendor/files/patch-widget::src::gtksuperwin::gtkmozarea.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/www/mozilla-vendor/files/patch-widget::src::gtksuperwin::gtkmozarea.h b/www/mozilla-vendor/files/patch-widget::src::gtksuperwin::gtkmozarea.h
new file mode 100644
index 000000000000..e96a7ea10608
--- /dev/null
+++ b/www/mozilla-vendor/files/patch-widget::src::gtksuperwin::gtkmozarea.h
@@ -0,0 +1,17 @@
+Patch that fixes a bug with Galeon. Should go after 0.9. Obtained from
+http://bugzilla.mozilla.org/show_bug.cgi?id=79022.
+
+$FreeBSD$
+
+--- widget/src/gtksuperwin/gtkmozarea.h.orig Thu May 3 07:11:02 2001
++++ widget/src/gtksuperwin/gtkmozarea.h Tue May 22 17:18:26 2001
+@@ -39,6 +39,9 @@
+ GtkWidget widget;
+ GdkSuperWin *superwin;
+ gboolean toplevel_focus;
++
++ /* store away the toplevel window */
++ GdkWindow *toplevel_window;
+ };
+
+ struct _GtkMozAreaClass