summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk--2/files/patch-ah
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /x11-toolkits/gtk--2/files/patch-ah
parentCatch up with Wnn6-lib update. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Diffstat (limited to 'x11-toolkits/gtk--2/files/patch-ah')
-rw-r--r--x11-toolkits/gtk--2/files/patch-ah11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-toolkits/gtk--2/files/patch-ah b/x11-toolkits/gtk--2/files/patch-ah
deleted file mode 100644
index 26daf873fa6d..000000000000
--- a/x11-toolkits/gtk--2/files/patch-ah
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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(0,attributes,attributes_mask);
-+ create((Gdk_Window &)gdk_root_parent,attributes,attributes_mask);
- }
-
- Gdk_Window::~Gdk_Window()