Subversion Repositories Kolibri OS

Rev

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

Rev 1430 Rev 1877
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
static cursor_t*  __stdcall select_cursor(cursor_t *cursor);
14
static cursor_t*  __stdcall select_cursor(cursor_t *cursor);
15
static void       __stdcall move_cursor(cursor_t *cursor, int x, int y);
15
static void       __stdcall move_cursor(cursor_t *cursor, int x, int y);
Line -... Line 16...
-
 
16
 
16
 
17
extern void __attribute__((regparm(1))) destroy_cursor(cursor_t *cursor);
Line 17... Line 18...
17
extern void destroy_cursor(void);
18
//extern void destroy_cursor(void);
18
 
19
 
Line 19... Line 20...
19
void disable_mouse(void)
20
void disable_mouse(void)
Line 64... Line 65...
64
        *bits++ = 0;
65
        *bits++ = 0;
65
 
66
 
Line 66... Line 67...
66
    radeon_bo_kunmap(cursor->robj);
67
    radeon_bo_kunmap(cursor->robj);
Line 67... Line 68...
67
 
68
 
Line 68... Line 69...
68
 //   cursor->header.destroy = destroy_cursor;
69
    cursor->header.destroy = destroy_cursor;
69
 
70
 
Line -... Line 71...
-
 
71
    return 0;
70
    return 0;
72
};
71
};
73
 
72
 
74
//void __attribute__((externally_visible)) fini_cursor(cursor_t *cursor)
73
void fini_cursor(cursor_t *cursor)
75
void __attribute__((regparm(1))) destroy_cursor(cursor_t *cursor)
74
{
76
{
75
    list_del(&cursor->list);
77
    list_del(&cursor->list);