On Sat, Nov 01, 2008 at 10:51:35PM +0100, Frank Schmitt <[EMAIL PROTECTED]> 
wrote:
> Thanks for your input, see attached patch where I included your
> suggestions.

Did your eally send a new patch? I still see the same problems:

+      ASImage *im = file2ASImage(rs [Rs_iconfile], 0xFFFFFFFF, SCREEN_GAMMA,
      0, NULL);

should be:

+      ASImage *im = file2ASImage (rs [Rs_iconfile], 0xFFFFFFFF, SCREEN_GAMMA,
      0, NULL);

or this:

+                                           w,h,ASA_ARGB32,

should be:

+                                           w, h, ASA_ARGB32,

or this:

+          size_t length=(w*h+2)*sizeof(long);

should be:

+          size_t length = (w * h + 2) * sizeof (long);

etc.

otherwise, the patch looks pretty good now.

-- 
                The choice of a       Deliantra, the free code+content MORPG
      -----==-     _GNU_              http://www.deliantra.net
      ----==-- _       generation
      ---==---(_)__  __ ____  __      Marc Lehmann
      --==---/ / _ \/ // /\ \/ /      [EMAIL PROTECTED]
      -=====/_/_//_/\_,_/ /_/\_\

_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode

Reply via email to