diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-05-12 11:52:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-05-12 11:52:46 +0000 |
commit | edd8e4df1b1960d13dfbd57c4bd7e5382899777e (patch) | |
tree | f735bad3ae7e01f089ef272053979da279759212 /x11-toolkits/gtkmm12/files/patch-ah | |
parent | 0819bd2142f4fef925c30ad2eb2afbfd963a8162 (diff) | |
download | ports-edd8e4df1b1960d13dfbd57c4bd7e5382899777e.tar.gz ports-edd8e4df1b1960d13dfbd57c4bd7e5382899777e.zip |
Make this compile.
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes:
svn path=/head/; revision=18813
Diffstat (limited to 'x11-toolkits/gtkmm12/files/patch-ah')
-rw-r--r-- | x11-toolkits/gtkmm12/files/patch-ah | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/gtkmm12/files/patch-ah b/x11-toolkits/gtkmm12/files/patch-ah new file mode 100644 index 000000000000..9f278686ff69 --- /dev/null +++ b/x11-toolkits/gtkmm12/files/patch-ah @@ -0,0 +1,11 @@ +--- gdk--/gdk--/window.cc.orig Mon May 10 00:08:58 1999 ++++ gdk--/gdk--/window.cc Mon May 10 00:24:00 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((Gdk_Window &)gdk_root_parent,attributes,attributes_mask); + } + + Gdk_Window::~Gdk_Window() |