aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey2/files/patch-widget::src::gtksuperwin::gtkmozarea.h
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-06-11 20:34:59 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-06-11 20:34:59 +0000
commitcfe0d5ef4500ca9928d83c64e467fd5c6c345055 (patch)
tree06d7bb516bebbe05a2b01712d9eb8860f38c69d7 /www/seamonkey2/files/patch-widget::src::gtksuperwin::gtkmozarea.h
parentd3f5608178a765e12aab07066f67875dd7d3f7fd (diff)
Notes
Diffstat (limited to 'www/seamonkey2/files/patch-widget::src::gtksuperwin::gtkmozarea.h')
-rw-r--r--www/seamonkey2/files/patch-widget::src::gtksuperwin::gtkmozarea.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/www/seamonkey2/files/patch-widget::src::gtksuperwin::gtkmozarea.h b/www/seamonkey2/files/patch-widget::src::gtksuperwin::gtkmozarea.h
deleted file mode 100644
index e96a7ea10608..000000000000
--- a/www/seamonkey2/files/patch-widget::src::gtksuperwin::gtkmozarea.h
+++ /dev/null
@@ -1,17 +0,0 @@
-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