Re: [AD] Allegro 4.2.0 RC2 -- small const fix |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Elias Pschernig wrote:
Ah, yes, of course. Attached is a patch which removes the const from the
MOUSE_DRIVER. Would that fix the problem as well?
with this small patch yes
--
Regards,
Michal
ICQ# 175762750
--- wmouse.c.old Sun Aug 28 13:50:39 2005
+++ wmouse.c Sun Aug 28 15:14:56 2005
@@ -50,7 +50,7 @@
static void mouse_directx_set_speed(int xspeed, int yspeed);
static void mouse_directx_get_mickeys(int *mickeyx, int *mickeyy);
static void mouse_directx_enable_hardware_cursor(int mode);
-static int mouse_directx_select_system_cursor(AL_CONST int cursor);
+static int mouse_directx_select_system_cursor(int cursor);
static MOUSE_DRIVER mouse_directx =
{