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: Chris <chris.kcat@xxxxxxxxxx>
- Date: Mon, 25 Oct 2004 05:53:23 -0700
- 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=PrkAjlA0p89LZvD1SRoxzX/lEH8KkYB0j8vvVsVeETIt0cwEH7p4cpkl15VG5ls+B2YdvV3/VzhGqvX+CY8JVsucSJXIBmSUhC1tbMCQIXwKIgiWo7bhIgE4/BErZld5sAKhHj2sKkOoBWgzRC67nsKZAWCxanx9a75lW4Ijvkc=
On Mon, 25 Oct 2004 13:55:52 +0200, Elias Pschernig <allefant@xxxxxxxxxx> wrote:
> 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 :)
Or in that case, use the alert function (once it's capable of having
proper line breaks).
- Kitty Cat