The R Project SVN R

Rev

Rev 42521 | Rev 55639 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 42521 Rev 42641
Line 250... Line 250...
250
	obj->die = private_delbitmap;
250
	obj->die = private_delbitmap;
251
 
251
 
252
	return obj;
252
	return obj;
253
}
253
}
254
 
254
 
-
 
255
#ifdef UNUSED
255
/*
256
/*
256
 *  The loadicon function returns a HBITMAP of an ICON from resources.
257
 *  The loadicon function returns a HBITMAP of an ICON from resources.
257
 */
258
 */
258
static bitmap loadicon(const char *name)
259
static bitmap loadicon(const char *name)
259
{
260
{
Line 401... Line 402...
401
		return NULL;
402
		return NULL;
402
	if (data)
403
	if (data)
403
		setbitmapdata(obj, data);
404
		setbitmapdata(obj, data);
404
	return obj;
405
	return obj;
405
}
406
}
-
 
407
#endif
406
 
408
 
407
void getbitmapdata2(bitmap obj, unsigned char **data)
409
void getbitmapdata2(bitmap obj, unsigned char **data)
408
{
410
{
409
	rect r = obj->rect;
411
	rect r = obj->rect;
410
	int depth = 32, size, ret;
412
	int depth = 32, size, ret;