Subversion Repositories Kolibri OS

Rev

Rev 990 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 990 Rev 7503
Line 49... Line 49...
49
Dword kos_GetActiveSlot();
49
Dword kos_GetActiveSlot();
50
Dword kos_GetSkinHeight();
50
Dword kos_GetSkinHeight();
51
Dword kos_GetSpecialKeyState();
51
Dword kos_GetSpecialKeyState();
52
void kos_GetMouseStateWnd( Dword & buttons, int & cursorX, int & cursorY );
52
void kos_GetMouseStateWnd( Dword & buttons, int & cursorX, int & cursorY );
53
void kos_DrawLine( Word x1, Word y1, Word x2, Word y2, Dword colour, Dword invert);
53
void kos_DrawRegion(Word x, Word y,Word width, Word height, Dword color1, Word invert);
54
void DrawRegion(Dword x,Dword y,Dword width,Dword height,Dword color1);
54
void kos_DrawCutTextSmall(Word x, Word y, int areaWidth, Dword textColour, char *textPtr);
55
int atoi(const char* string);
55
int atoi(const char* string);
56
void kos_GetScrollInfo(int &vert, int &hor);
56
void kos_GetScrollInfo(int &vert, int &hor);
57
 
57
 
Line 58... Line 58...
58
 
58