[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] MiNT +problem with background in Teradesk
- To: Paul Wratt <paul.wratt@gmail.com>
- Subject: Re: [MiNT] MiNT +problem with background in Teradesk
- From: Peter Persson <pep.fishmoose@gmail.com>
- Date: Wed, 18 Aug 2010 18:43:01 +0200
- Cc: mint <mint@lists.fishpool.fi>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=jYEp7u9+U3K8agM1VZxXUnh+eVP5FQ6xvUsBPGRc3Yw=; b=CD0aw/6Og1NH6l80Nvz9GVE6HuH4+ekM0JCUGxVhxKHl8E6VlUBwPL40M7dksTmatH aAbULXM/WipdgUM6hkUZkpbMvtnf2fyJuM2M+Uw0Z0BG1VQtblpfzNbqWQlhkCiDeZaV lLzWr0+Cc0RCcY7lizTXB+jW+9EVifSrVN24c=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=DMHJA6yYD7ignminKxMXEc+oRw4S32jyClUx4a0p0giozRX1gwcZlyomkMQYmSXQ69 ckEeighy46tGb1tDO3eTM/OkxcOaU5B1DuLfEIDBoVEE5oRObcd8mEodaykxFpUwjJhC e5It+av5Jy3y4wq1Uqx379RiFpIPDt9OWXq18=
- In-reply-to: <AANLkTimJXuBAiVZvPAbkB=SBN2+C3Z2-1xH-qYwo1mMf@mail.gmail.com>
- List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
- List-id: <mint.lists.fishpool.fi>
- List-owner: <mailto:tjhukkan@fishpool.fi>
- List-post: <mailto:mint@lists.fishpool.fi>
- List-subscribe: <mailto:mint-request@lists.fishpool.fi?Subject=subscribe>
- List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
- References: <98c44554c4da3542e59689b8ab5d773f@127.0.0.1> <0022a183.0188763cbb95@mail.gmx.net> <f9f1a57f6a56ec1ba4591f5a4d6de7f3@127.0.0.1> <AANLkTi=rorXa4eFw84PYNhqjAL5uzARLF8vOKUhVAuz-@mail.gmail.com> <4C699F57.60607@online.no> <AANLkTik4i_dvVUb2=sDsNZi4h1CxPmtyKrXUTxcVwj3Z@mail.gmail.com> <1CF819B83692403B98954B04DB93D080@mercatus.local> <AANLkTimJXuBAiVZvPAbkB=SBN2+C3Z2-1xH-qYwo1mMf@mail.gmail.com>
- Sender: mint-bounce@lists.fishpool.fi
18 aug 2010 kl. 10.24 skrev Paul Wratt:
> On Wed, Aug 18, 2010 at 5:48 PM, Jo Even Skarstein <joska@online.no> wrote:
>> --------------------------------------------------
>> From: "Paul Wratt" <paul.wratt@gmail.com>
>> Sent: Wednesday, August 18, 2010 9:23 AM
>> To: "mint" <mint@lists.fishpool.fi>; "Piotrek" <mietniow@agh.edu.pl>
>> Subject: Re: [MiNT] MiNT +problem with background in Teradesk
>>
>>> under MiNT you can use MyAES to get a background picture, one that
>>> works if TeraDesk is set to white, no pattern.
>>
>> I think this can be implemented quite easily in XaAES too. It's a matter of
>> replacing the root object of the desktop object tree with an image. The
>> image loading and drawing routines are already there (textures).
>>
>> Jo Even
>>
> in the same spirit, it should also be possible to provide a window
> background texture where white is not drawn in to the window
Wow. Exactly how would you accomplish that? How will you know when to draw white, and when to draw a textured background?
-- PeP