Changeset - r18631:8f79708f5a6d
[Not reviewed]
master
0 1 0
rubidium - 12 years ago 2011-12-11 07:26:13
rubidium@openttd.org
(svn r23488) -Fix [FS#4879] (r23241): artefacts when right click mouse moving with the allegro video driver
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/video/allegro_v.cpp
Show inline comments
 
@@ -237,7 +237,7 @@ static bool CreateMainSurface(uint w, ui
 
bool VideoDriver_Allegro::ClaimMousePointer()
 
{
 
	select_mouse_cursor(MOUSE_CURSOR_NONE);
 
	show_mouse(_allegro_screen);
 
	show_mouse(NULL);
 
	disable_hardware_cursor();
 
	return true;
 
}
0 comments (0 inline, 0 general)