From mint-bounce@lists.fishpool.fi Sat Dec 10 16:51:02 2005 X-Original-To: fnaumann@mail.boerde.de Delivered-To: fnaumann@mail.boerde.de Message-ID: <1134229662.439af89e6cb19@webmail1.utbm.fr> Date: Sat, 10 Dec 2005 16:47:42 +0100 From: "olivier.landemarre@utbm.fr" To: MiNT List Subject: Re: [MiNT] WM_REPOSED implementation References: <1134225859.29437.143.camel@linuxbox> In-Reply-To: <1134225859.29437.143.camel@linuxbox> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 User-Agent: Internet Messaging Program (IMP) 3.2.8 X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-To: mint-bounce@lists.fishpool.fi X-original-sender: Olivier.Landemarre@utbm.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: X-Virus-Scanned: by amavisd-new at relay.boerde.de X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de X-Spam-Status: No, hits=1.0 tagged_above=-50.5 required=7.0 tests=AWL, BAYES_00, RCVD_IN_SORBS X-Spam-Level: * Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by wh58-508.st.uni-magdeburg.de id jBAFp1rW011566 > > 3. Send WM_SIZED first, so that the WM_MOVED doesnt make a difference > when apps treat WM_SIZED 'correcly', and avoid configuration variable. > No you can't try Windom demo, and do it on dialog box in windows, it can't work, as I already said, because if window is bigger than dialog box, after first WM_SIZER, Windom will change size to have correct size, then when WM_MOVED occur, it not look on size, and put value from gem message, so windows size will not resize it, and will be too large, so a part of window will not be redraw. Olivier