Changeset 139 for trunk/samples

Show
Ignore:
Timestamp:
08/25/2007 15:47:30 (12 months ago)
Author:
why
Message:

* shoes/image.c: since gif_lib.h has a conflicting DrawText? function (conflicts with a quartz function,) let's rename it to gif_DrawText. tip found in the emacs source (courtesy of Eli Zaretskii)
* Rakefile: get Shoes to build on OSX again, noting the presence of libjpeg and libgif now.
* samples/bounce.rb: ahh, no, had the wrong image in there, sorry everyone.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/samples/bounce.rb

    r138 r139  
    55  background greenyellow 
    66  nostroke 
    7   icon = image "static/shoes-red.gif", :left => 100, :top => 100 
     7  icon = image "static/shoes-icon.png", :left => 100, :top => 100 
    88 
    99  x, y = self.width / 2, self.height / 2