Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6167 → Rev 6166

/programs/cmm/lib/system.h
2,18 → 2,10
#define INCLUDE_SYSTEM_H
#print "[include <system.h>]\n"
 
:struct COLORS {
dword
nonset1,
nonset2,
work_light,
work_dark,
nonset3,
work,
work_button,
work_button_text,
work_text,
work_graph;
:struct COLORS
{
dword frame,grab,grab_button,grab_button_text,grab_text,
work,work_button,work_button_text,work_text,work_graph;
void get();
};
 
21,7 → 13,7
{
EAX = 48;
EBX = 3;
ECX = #nonset1;
ECX = #frame;
EDX = 40;
$int 0x40
}