Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9631 → Rev 9632

/programs/cmm/lib/kolibri.h
612,7 → 612,7
 
:void DefineHiddenButton(dword _x, _y, _w, _h, _id)
{
DefineButton(_x, _y, _w, _h, _id + BT_HIDE, ESI);
DefineButton(_x, _y, _w, _h, _id + BT_HIDE, 0);
}
 
inline fastcall void DeleteButton( EDX)
/programs/cmm/lib/obj/libimg.h
33,6 → 33,7
dword img_flip = #aimg_flip;
dword img_rotate = #aimg_rotate;
dword img_to_rgb = #aimg_to_rgb;
dword resize = #aresize;
 
$DD 2 dup 0
 
52,6 → 53,7
char aimg_flip[] = "img_flip";
char aimg_rotate[] = "img_rotate";
char aimg_to_rgb[] = "img_to_rgb";
char aresize[] = "img_resize_data";
 
#define LIBIMG_FORMAT_BMP 1
#define LIBIMG_FORMAT_ICO 2