Re: [AD] Request: adding textout_ex(), which takes bg color as parameter

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


On Fri, Sep 27, 2002 at 02:57:12PM +0200, Eric Botcazou wrote:
> Move all the superseded functions to alcompat.h, make them inlined
> (_textmode is an exported internal) and document them as deprecated in the
> docs. Document text_mode() as deprecated too.
> 
> I've attached a patch that does so for the deprecated file_select()
> function.

This patch breaks the build process for me, because fsel.c still uses
the moved OLD_FILSESEL_* defines (lines 761,771). Proposed fix:

Index: src/fsel.c
===================================================================
RCS file: /cvsroot/alleg/allegro/src/fsel.c,v
retrieving revision 1.29
diff -u -r1.29 fsel.c
--- src/fsel.c	1 Oct 2002 17:31:46 -0000	1.29
+++ src/fsel.c	1 Oct 2002 18:33:06 -0000
@@ -31,6 +31,7 @@
 
 
 #include "allegro.h"
+#include "allegro/alcompat.h"
 #include "allegro/internal/aintern.h"
 



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/