Subversion Repositories Kolibri OS

Rev

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

Rev 7503 Rev 7517
Line 52... Line 52...
52
void kos_GetMouseStateWnd( Dword & buttons, int & cursorX, int & cursorY );
52
void kos_GetMouseStateWnd( Dword & buttons, int & cursorX, int & cursorY );
53
void kos_DrawRegion(Word x, Word y,Word width, Word height, Dword color1, Word invert);
53
void kos_DrawRegion(Word x, Word y,Word width, Word height, Dword color1, Word invert);
54
void kos_DrawCutTextSmall(Word x, Word y, int areaWidth, Dword textColour, char *textPtr);
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
int toupper(int c);
-
 
57
int strnicmp(const char* string1, const char* string2, unsigned count);
-
 
58
void kos_GetScrollInfo(int &vert, int &hor);
57
 
59
 
Line 58... Line 60...
58
 
60
 
59
Dword kos_GetSlotByPID(Dword PID);
61
Dword kos_GetSlotByPID(Dword PID);