Subversion Repositories Kolibri OS

Rev

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

Rev 8659 Rev 8660
Line 353... Line 353...
353
}
353
}
Line 354... Line 354...
354
 
354
 
Line 355... Line 355...
355
/* Functions for working with a screen. */
355
/* Functions for working with a screen. */
356
 
356
 
357
static inline
357
static inline
358
ksys_pos_t _ksys_screen_size()
358
ksys_pos_t not_optimized _ksys_screen_size()
359
{
359
{
360
	ksys_pos_t size;
360
	ksys_pos_t size;
361
    ksys_pos_t size_tmp;
361
    ksys_pos_t size_tmp;