comparison mac/dw.m @ 890:5a96cc2695b9

Removed dw_pixmap_set_transparent_color() from unimplemented on the Mac since it is handled automaticaly.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 07 Apr 2011 19:31:32 +0000
parents cd6ff038e38b
children 3774af45eb0c
comparison
equal deleted inserted replaced
889:238ca78e71a7 890:5a96cc2695b9
5774 [image setFlipped:YES]; 5774 [image setFlipped:YES];
5775 return pixmap; 5775 return pixmap;
5776 } 5776 }
5777 5777
5778 /* 5778 /*
5779 * Creates a bitmap mask for rendering bitmaps with transparent backgrounds 5779 * Sets the transparent color for a pixmap
5780 * Parameters:
5781 * pixmap: Handle to a pixmap returned by
5782 * dw_pixmap_new..
5783 * color: transparent color
5784 * Note: This does nothing on Mac as transparency
5785 * is handled automatically
5780 */ 5786 */
5781 void API dw_pixmap_set_transparent_color( HPIXMAP pixmap, ULONG color ) 5787 void API dw_pixmap_set_transparent_color( HPIXMAP pixmap, ULONG color )
5782 { 5788 {
5783 NSLog(@"dw_pixmap_set_transparent_color() unimplemented\n"); 5789 /* Don't do anything */
5784 } 5790 }
5785 5791
5786 /* 5792 /*
5787 * Creates a pixmap from internal resource graphic specified by id. 5793 * Creates a pixmap from internal resource graphic specified by id.
5788 * Parameters: 5794 * Parameters: