changeset 39137:2d2b989f4a4b

(w32_createwindow): Undo last change.
author Andrew Innes <andrewi@gnu.org>
date Wed, 05 Sep 2001 09:52:14 +0000
parents e34502e6770e
children e0910abf312e
files src/w32fns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32fns.c	Wed Sep 05 09:39:09 2001 +0000
+++ b/src/w32fns.c	Wed Sep 05 09:52:14 2001 +0000
@@ -3351,7 +3351,7 @@
   FRAME_W32_WINDOW (f) = hwnd
     = CreateWindow (EMACS_CLASS,
 		    f->namebuf,
-		    f->output_data.w32->dwStyle,
+		    f->output_data.w32->dwStyle | WS_CLIPCHILDREN,
 		    f->output_data.w32->left_pos,
 		    f->output_data.w32->top_pos,
 		    rect.right - rect.left,