Subversion Repositories Kolibri OS

Rev

Rev 1764 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1764 Rev 7648
Line 25... Line 25...
25
  double x, y;
25
  double x, y;
26
} TCoord;
26
} TCoord;
27
 
27
 
Line -... Line 28...
-
 
28
 
28
 
29
Dword kos_GetSkinHeight();
29
void kos_DrawLine( Word x1, Word y1, Word x2, Word y2, Dword colour, Dword invert);
30
void kos_DrawLine( Word x1, Word y1, Word x2, Word y2, Dword colour, Dword invert);
30
void DrawRegion(Dword x,Dword y,Dword width,Dword height,Dword color1);
31
void DrawRegion(Dword x,Dword y,Dword width,Dword height,Dword color1);
Line 31... Line 32...
31
int atoi(const char* string);
32
int atoi(const char* string);