Re: [AD] Preparing for RC2 |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Sat, 2005-08-27 at 22:06 +0200, Elias Pschernig wrote:
Argh, somehow i attached the whole file.. real patch is here. *sigh*
--
Elias Pschernig
Index: src/mouse.c
===================================================================
RCS file: /cvsroot/alleg/allegro/src/mouse.c,v
retrieving revision 1.37
diff -u -p -r1.37 mouse.c
--- src/mouse.c 11 Jun 2005 17:14:36 -0000 1.37
+++ src/mouse.c 27 Aug 2005 20:03:04 -0000
@@ -589,6 +589,7 @@ void show_mouse(BITMAP *bmp)
if (!mouse_driver)
return;
+ ASSERT(!bmp || !is_memory_bitmap(bmp));
remove_int(mouse_move);
/* Remove the mouse cursor */