Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7159 → Rev 7160

/programs/cmm/lib/kolibri.h
442,7 → 442,7
 
#define DRAW_DESKTOP_BG_TILE 1
#define DRAW_DESKTOP_BG_STRETCH 2
void SetBackgroundImage(dword w,h, image, mode)
:void SetBackgroundImage(dword w,h, image, mode)
{
$mov eax,15 // SF_BACKGROUND_SET 15 - work with desktop background graphics
$mov ebx,4 // SSF_MODE_BG 4 - set drawing mode for the background
536,7 → 536,7
$int 0x40
}
 
void DefineDragableWindow(dword _x, _y, _w, _h)
:void DefineDragableWindow(dword _x, _y, _w, _h)
{
DefineAndDrawWindow(_x, _y, _w, _h, 0x41,0x000000,NULL,0b);
}