Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1312 → Rev 1313

/drivers/video/drm/radeon/display.h
50,7 → 50,7
void (*show_cursor)(int show);
void (__stdcall *move_cursor)(cursor_t *cursor, int x, int y);
void (__stdcall *restore_cursor)(int x, int y);
 
void (*disable_mouse)(void);
};
 
extern display_t *rdisplay;