1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00

Add patch that I've missed in my previos commit.

This commit is contained in:
Maxim Sobolev 2001-05-22 14:20:53 +00:00
parent d3aef0dedc
commit 0fa1dfb50b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42907
5 changed files with 85 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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