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)