Subversion Repositories Kolibri OS

Rev

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

Rev 1404 Rev 2997
Line 49... Line 49...
49
    void      (*show_cursor)(int show);
49
    void      (*show_cursor)(int show);
50
    void      (__stdcall *move_cursor)(cursor_t *cursor, int x, int y);
50
    void      (__stdcall *move_cursor)(cursor_t *cursor, int x, int y);
51
    void      (__stdcall *restore_cursor)(int x, int y);
51
    void      (__stdcall *restore_cursor)(int x, int y);
52
    void      (*disable_mouse)(void);
52
    void      (*disable_mouse)(void);
53
};
53
    u32  mask_seqno;
-
 
54
    u32  check_mouse;
-
 
55
    u32  check_m_pixel;
-
 
56
 
-
 
57
};
54
 
58
 
Line 55... Line 59...
55
extern display_t *rdisplay;
59
extern display_t *rdisplay;
Line 56... Line 60...
56
 
60