summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk--2/files
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>1999-10-14 09:31:37 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>1999-10-14 09:31:37 +0000
commit976f6d7662115fa653e6e11d3f3e1a9acc353b19 (patch)
treed1ccfb895e7059af018b9beab8d4482724ebf219 /x11-toolkits/gtk--2/files
parentPR: ports/14303 (diff)
PR: ports/14303
Submitted by:Ade Lovett<ade@lovett.com> Update to 1.0.3
Notes
Notes: svn path=/head/; revision=22440
Diffstat (limited to 'x11-toolkits/gtk--2/files')
-rw-r--r--x11-toolkits/gtk--2/files/patch-ah6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/gtk--2/files/patch-ah b/x11-toolkits/gtk--2/files/patch-ah
index 9f278686ff69..26daf873fa6d 100644
--- a/x11-toolkits/gtk--2/files/patch-ah
+++ b/x11-toolkits/gtk--2/files/patch-ah
@@ -1,10 +1,10 @@
---- gdk--/gdk--/window.cc.orig Mon May 10 00:08:58 1999
-+++ gdk--/gdk--/window.cc Mon May 10 00:24:00 1999
+--- gdk--/gdk--/window.cc.orig Tue Sep 28 15:05:27 1999
++++ gdk--/gdk--/window.cc Mon Oct 4 18:56:14 1999
@@ -57,7 +57,7 @@
Gdk_Window::Gdk_Window(const Gdk_WindowAttr &attributes,
gint attributes_mask):Gdk_Drawable(0)
{
-- create(NULL,attributes,attributes_mask);
+- create(0,attributes,attributes_mask);
+ create((Gdk_Window &)gdk_root_parent,attributes,attributes_mask);
}