# HG changeset patch # User rubidium # Date 1323588373 0 # Node ID 228730e55fb0cf019aeba97250bfc28240fb83f1 # Parent ce293485d2fefbf257c7b3c06af6ffc0a77d3107 (svn r23488) -Fix [FS#4879] (r23241): artefacts when right click mouse moving with the allegro video driver diff --git a/src/video/allegro_v.cpp b/src/video/allegro_v.cpp --- a/src/video/allegro_v.cpp +++ b/src/video/allegro_v.cpp @@ -237,7 +237,7 @@ bool VideoDriver_Allegro::ClaimMousePointer() { select_mouse_cursor(MOUSE_CURSOR_NONE); - show_mouse(_allegro_screen); + show_mouse(NULL); disable_hardware_cursor(); return true; }