Re: [AD] allegro_message under X |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: alleg-developers@xxxxxxxxxx
- Subject: Re: [AD] allegro_message under X
- From: Elias Pschernig <allefant@xxxxxxxxxx>
- Date: Mon, 25 Oct 2004 13:55:52 +0200
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=hex9VDTB5gtx9QBbY1DNmghWXdG4XQj+V97wuHEdATGRHre+ixMzypoFapfoFiM9w+Ewt1p2AypQgJMVL4wCSBdT1DsLa9pjo3XIcfYzTYcuDKeZ+CPvu+x1/3S6HRjn8kUT1IyxPDysn3bYEzdYCrmz9I/3ZpMKO/hsQ5fTqWw=
> >
> >The same thing could be said about a lot of things in Allegro. But
> >Allegro's goal is to be self-maintainable (ie. not rely on outside
> >programs). Besides, the source code to these programs should be freely
> >available. Why not look them up and make our own implementation?
> >
I posted a link to the source of xmessage further above. But
basically, set_gfx_mode (GFX_XWIN, ...) does just the same. So in that
case, GFX_TEXT could just do: set_gfx_mode (GFX_XWIN, 640, 480, 0, 0)
and print the text in there :)