Subversion Repositories NedoOS

Rev

Rev 2281 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log

Rev 2281 Rev 2292
Line 3... Line 3...
3
 
3
 
4
void OS_DROPAPP(unsigned char id);
4
void OS_DROPAPP(unsigned char id);
5
unsigned long OS_GETAPPMAINPAGES(unsigned char id);
5
unsigned long OS_GETAPPMAINPAGES(unsigned char id);
6
unsigned char OS_GETPAGEOWNER(unsigned char id);
6
unsigned char OS_GETPAGEOWNER(unsigned char id);
7
void YIELD(void);
7
void YIELD(void);
8
void OS_SETGFX(unsigned char mode);
8
unsigned char OS_SETGFX(unsigned char mode);
9
void OS_CLS(unsigned char color);
9
void OS_CLS(unsigned char color);
10
void OS_SETCOLOR(unsigned char color);
10
void OS_SETCOLOR(unsigned char color);
11
void OS_PRATTR(unsigned char attribute);
11
void OS_PRATTR(unsigned char attribute);
12
void OS_SETXY(unsigned char x, unsigned char y);
12
void OS_SETXY(unsigned char x, unsigned char y);
13
void OS_SETXYW(unsigned int w);
13
void OS_SETXYW(unsigned int w);