Subversion Repositories Kolibri OS

Rev

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

Rev 8211 Rev 9785
Line 12... Line 12...
12
 int		 win_size_x,win_size_y;
12
 int		 win_size_x,win_size_y;
13
 int		 vx_ofs,vy_ofs;
13
 int		 vx_ofs,vy_ofs;
14
 unsigned char** __lines;
14
 unsigned char** __lines;
15
};
15
};
Line 16... Line 16...
16
 
16
 
17
void MenuetOS_InitOSKeymap(_THIS);
17
void kos_InitOSKeymap(_THIS);
Line 18... Line 18...
18
void MenuetOS_PumpEvents(_THIS);
18
void kos_PumpEvents(_THIS);