[gtk+] Enable window creation with GDK_WINDOW_CHILD again
- From: Hans Breuer <hans src gnome org>
- To: svn-commits-list gnome org
- Subject: [gtk+] Enable window creation with GDK_WINDOW_CHILD again
- Date: Sat, 4 Jul 2009 10:47:30 +0000 (UTC)
commit 23b1b350b070f6ac6cb3039c59af2d8a8750f4f0
Author: Hans Breuer <hans breuer org>
Date: Sat Jul 4 12:07:58 2009 +0200
Enable window creation with GDK_WINDOW_CHILD again
gdk/win32/gdkwindow-win32.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gdk/win32/gdkwindow-win32.c b/gdk/win32/gdkwindow-win32.c
index 894b070..76e8515 100644
--- a/gdk/win32/gdkwindow-win32.c
+++ b/gdk/win32/gdkwindow-win32.c
@@ -580,11 +580,9 @@ _gdk_window_impl_new (GdkWindow *window,
}
break;
- /*
case GDK_WINDOW_CHILD:
dwStyle = WS_CHILDWINDOW | WS_CLIPCHILDREN | WS_CLIPSIBLINGS;
break;
- */
case GDK_WINDOW_TEMP:
/* A temp window is not necessarily a top level window */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]