Amiga-C (71/157)

From:rudolph-riedel
Date:16 Sep 2001 at 01:03:43
Subject:Re: [amiga-c] Re: struct Window & WA_Zoom

Hi!

> Let's see how irritating this looks...

It looks damn stupid!

ZipWindow(win);
do
{
WaitPort(WinPort);
while(msg=(struct IntuiMessage *)GetMsg(WinPort))
{
class=msg->Class;
ReplyMsg((struct Message *)msg);
}
}
while(class!=IDCMP_CHANGEWINDOW);

zooming[0]=win->LeftEdge;
zooming[1]=win->TopEdge;
zooming[2]=win->Width;
zooming[3]=win->Height;

ZipWindow(win);
do
{
WaitPort(WinPort);
while(msg=(struct IntuiMessage *)GetMsg(WinPort))
{
class=msg->Class;
ReplyMsg((struct Message *)msg);
}
}
while(class!=IDCMP_CHANGEWINDOW);

Looks like annother good idea I have to give up...

Greetz - Rudolph

------------------------ Yahoo! Groups Sponsor ---------------------~-->
Secure all your Web servers now: Get your FREE Guide and learn to: DEPLOY THE LATEST ENCRYPTION,
DELIVER TRANSPARENT PROTECTION, and More!
http://us.click.yahoo.com/k0k.gC/nT7CAA/yigFAA/dpFolB/TM
---------------------------------------------------------------------~->

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/