Subversion Repositories Kolibri OS

Rev

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

Rev 1246 Rev 1313
Line 48... Line 48...
48
    cursor_t* (__stdcall *select_cursor)(cursor_t*);
48
    cursor_t* (__stdcall *select_cursor)(cursor_t*);
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
 
52
    void      (*disable_mouse)(void);
53
};
-
 
-
 
53
};
54
 
54
 
Line 55... Line 55...
55
extern display_t *rdisplay;
55
extern display_t *rdisplay;
Line 56... Line 56...
56
 
56