Subversion Repositories Kolibri OS

Rev

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

Rev 6589 Rev 6612
Line 27... Line 27...
27
    uint32_t m_pos2;
27
    uint32_t m_pos2;
28
    uint32_t m_keys;
28
    uint32_t m_keys;
29
    uint32_t run_size;
29
    uint32_t run_size;
30
    uint32_t position2;
30
    uint32_t position2;
31
    uint32_t work_size;
31
    uint32_t work_size;
32
    uint32_t all_redraw;
32
    uint32_t all_redraw;  // need to be set =1 before each redraw
33
    uint32_t ar_offset;
33
    uint32_t ar_offset;
34
} scrollbar;
34
} scrollbar;
Line 35... Line 35...
35
 
35
 
36
inline scrollbar* kolibri_scrollbar(scrollbar* sb, uint32_t x_w, uint32_t y_h, uint32_t btn_height, uint32_t max_area,
36
inline scrollbar* kolibri_scrollbar(scrollbar* sb, uint32_t x_w, uint32_t y_h, uint32_t btn_height, uint32_t max_area,