swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Pixmap movies: Bug (fixed)


From: Marcus G. Daniels
Subject: Re: Pixmap movies: Bug (fixed)
Date: 01 Sep 1998 10:22:03 -0700

>>>>> "ST" == Sven N Thommesen <address@hidden> writes:

ST> I seem to be the first to try the new movie-making feature of Pixmap. 

Here's the updated version.  (There was a last-minute change to
the Pixmap interface, and heatbugs didn't get updated to match.)

Another known limitation is that Pixmap doesn't handle large palettes,
which occasionally will be needed if you are making screenshots on a
>=16 bit display.

diff -c -r1.20 HeatbugObserverSwarm.m
*** HeatbugObserverSwarm.m      1998/08/24 22:47:58     1.20
--- HeatbugObserverSwarm.m      1998/08/30 17:19:20
***************
*** 203,209 ****
          char filename[40];
  
          sprintf (filename, "heatbugs%07d.png", getCurrentTime ());
!         [[[Pixmap create: [self getZone] widget: nil] save: filename] drop];
        }
  #endif
      }
--- 203,209 ----
          char filename[40];
  
          sprintf (filename, "heatbugs%07d.png", getCurrentTime ());
!         [[[[[Pixmap createBegin: [self getZone]] setWidget: nil] createEnd] 
save: filename] drop];
        }
  #endif
      }

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.
                  ==================================


reply via email to

[Prev in Thread] Current Thread [Next in Thread]