From mint-bounce@lists.fishpool.fi Fri Dec 16 15:22:17 2005 X-Original-To: fnaumann@mail.boerde.de Delivered-To: fnaumann@mail.boerde.de Message-ID: <43A2CC87.5020508@utbm.fr> Date: Fri, 16 Dec 2005 15:17:43 +0100 From: Olivier Landemarre User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: MiNT List Subject: [MiNT] WM_REPOSED implementation in MyAeS Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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=-0.6 tagged_above=-50.5 required=7.0 tests=AWL, BAYES_00 X-Spam-Level: Hello I just implement WM_REPOSED (I hope it work, any software using it?), I not manage by windows if it support WM_REPOSED or not I just suppose that if it's support for one it's support for all. Because I think puting information for this message is not very clear, I have just add in shel_write(NEWMSG) wisgr : bit 2 to 1 to said application understand WM_REPOSED, this the same as wind_set(-1,WF_OPTS, WO0_SENREPOS). Just notice documentation for this is not perfectly describe, because wind_set(-1,WF_OPTS, WO0_SENREPOS) is it for all windows, or all new windows create? If a window have not this flag set, but general flag yes, does it send message or not? Really I don't wan't implement this sort of case, and prefer a general one, in this case in myaes I not take into account specific windows flag, and only general case but if for a window this flag is set I suppose application understand perfectly this message and I apply to all and for ever. Olivier