diff src/w32fns.c @ 39137:2d2b989f4a4b

(w32_createwindow): Undo last change.
author Andrew Innes <andrewi@gnu.org>
date Wed, 05 Sep 2001 09:52:14 +0000
parents 42efaa34094a
children 6192be048459
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,