Re: [AD] Default cursor behavior in windowed mode |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Sun, 2005-04-03 at 20:12 +1000, Peter Wang wrote:
> Elias Pschernig wrote:
>
> >Index: include/xalleg.h
> >===================================================================
> >RCS file: /cvsroot/alleg/allegro/include/xalleg.h,v
> >retrieving revision 1.22
> >diff -u -p -r1.22 xalleg.h
> >--- include/xalleg.h 2 Dec 2004 00:07:16 -0000 1.22
> >+++ include/xalleg.h 3 Apr 2005 09:58:36 -0000
> >@@ -70,6 +70,7 @@ extern struct _xwin_type
> > Cursor cursor;
> > int cursor_shape;
> > int hw_cursor_ok;
> >+ int kept_os_cursor;
> >
> > void (*screen_to_buffer)(int sx, int sy, int sw, int sh);
> > void (*set_colors)(AL_CONST PALETTE p, int from, int to);
> >
> >
>
> Now that 4.2.0 beta is out, are we committed to ABI compatibility yet?
>
No.. only after 4.2.0 final is out, we are. But I agree, new
functionality like this could easily wait for 4.3.x now.
--
Elias Pschernig