Re: [AD] Request: adding textout_ex(), which takes bg color as parameter |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Allegro conductors <conductors@xxxxxxxxxx>
- Subject: Re: [AD] Request: adding textout_ex(), which takes bg color as parameter
- From: Grzegorz Adam Hankiewicz <gradha@xxxxxxxxxx>
- Date: Tue, 1 Oct 2002 20:42:24 +0200
- Invalid-uucp-from: From gradha@xxxxxxxxxx Wed Oct 2 04:47:37 2002
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"