Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8945 → Rev 8946

/programs/cmm/lib/kolibri.h
384,6 → 384,7
 
//------------------------------------------------------------------------------
 
#define ROLLED_UP 0x04
:void DefineAndDrawWindow(dword _x, _y, _w, _h, _window_type, _bgcolor, _title, _flags)
{
EAX = 12; // function 12:tell os about windowdraw
398,7 → 399,6
ESI = _flags;
$int 0x40
 
 
EAX = 12; // function 12:tell os about windowdraw
EBX = 2;
$int 0x40