summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkmm24/files/patch-ah
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-12 07:33:02 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-12 07:33:02 +0000
commit1bb2f017ac1911b0eb730bda455be9e66ce68963 (patch)
tree26462c7d517d9d35fcdef90da116c7ce3b6d71f5 /x11-toolkits/gtkmm24/files/patch-ah
parentUpdate to 2.1.0. (diff)
Add gtkmm2 after a repo copy from gtk--. Gtkmm2 is a collection of C++
bindings for GTK+-2.0. PR: 36945 Submitted by: garrett rooney <rooneg@electricjellyfish.net> Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
Notes
Notes: svn path=/head/; revision=67851
Diffstat (limited to 'x11-toolkits/gtkmm24/files/patch-ah')
-rw-r--r--x11-toolkits/gtkmm24/files/patch-ah11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-toolkits/gtkmm24/files/patch-ah b/x11-toolkits/gtkmm24/files/patch-ah
deleted file mode 100644
index 26daf873fa6d..000000000000
--- a/x11-toolkits/gtkmm24/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()