1
0
Fork 0

(svn r23488) -Fix [FS#4879] (r23241): artefacts when right click mouse moving with the allegro video driver

release/1.2
rubidium 2011-12-11 07:26:13 +00:00
parent 2fe8e89a45
commit 7e7c262167
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ static bool CreateMainSurface(uint w, uint h)
bool VideoDriver_Allegro::ClaimMousePointer()
{
select_mouse_cursor(MOUSE_CURSOR_NONE);
show_mouse(_allegro_screen);
show_mouse(NULL);
disable_hardware_cursor();
return true;
}