1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/x11-toolkits/gtkmm24/files/patch-ah
Satoshi Asami edd8e4df1b Make this compile.
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-12 11:52:46 +00:00

12 lines
386 B
Plaintext

--- 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()