mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
976f6d7662
Submitted by:Ade Lovett<ade@lovett.com> Update to 1.0.3
12 lines
383 B
Plaintext
12 lines
383 B
Plaintext
--- 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()
|