From mint-bounce@lists.fishpool.fi Fri Aug 20 09:16:50 2010 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:x-priority:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=3NJOZRZkG/4Rx2G5alo7e+2WEeUvZyADF3a/NymLyj4=; b=BImzIGWj+h7oTFH/5wz3HN3Yk70/v0j1xrT5LbEvjZNJcPZNF3thg/+rg6405ghNJ0 h9jfTxS57GfrzfmsCOlGa+O3Pi6tRWolg0OkUxf74TvHTfJ2S3lK1xc0tY1N1VQ9uPZ0 zfqovjbRazuLCVKB/IUOMGJzSJV0ao7TKbmJM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:x-priority:in-reply-to:date :cc:content-transfer-encoding:message-id:references:to:x-mailer; b=UYQkW4Fz8UNWOLFkQrxl8UpM9KKOd2LWqzjtYPYacFwfhXfSyaOHgqgqNwdJ25m9/G p1NYxhdmzitJsRqC0yQdUz97DcI9+IhpWR3UyePJd0MM5hgCQ/CKP8Ysn7wcQKjMpVnf qo29GoOQbjMziVWJatm50Q/SpHICL9ASzKXlA= Subject: Re: [MiNT] MiNT +problem with background in Teradesk (the window texture hypothesis) Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Peter Persson X-Priority: 3 (Normal) In-Reply-To: <35cec298de62666da55246e41789c41c-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBTXF5bVkYMXkF3A1M6XF1XQ0YCVlxbSA==-webmailer1@server05.webmailer.hosteurope.de> Date: Fri, 20 Aug 2010 15:14:27 +0200 Cc: "mint" Message-Id: <20EE2766-508B-46AA-9524-3D814A4D1593@gmail.com> References: <98c44554c4da3542e59689b8ab5d773f@127.0.0.1> <0022a183.0188763cbb95@mail.gmx.net> <4C699F57.60607@online.no> <1CF819B83692403B98954B04DB93D080@mercatus.local> <1042034396.20100819191847@thebat.net> <35cec298de62666da55246e41789c41c-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBTXF5bVkYMXkF3A1M6XF1XQ0YCVlxbSA==-webmailer1@server05.webmailer.hosteurope.de> To: ole@monochrom.net X-Mailer: Apple Mail (2.1081) X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: pep.fishmoose@gmail.com Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id o7KDGnCo021756 20 aug 2010 kl. 15.07 skrev m0n0: > > Am Fr, 20.08.2010, 14:16 schrieb Peter Persson: > >> >> That's textured resource objects, not textured window backgrounds. The >> discussion earlier was about textured window backgrounds, and someone >> suggested that this somehow could be achieved on the AES level - which it >> can't, because there is no such thing as a window background on GEM. > > OK, maybe this is pathetical, but I say: there is an Window Background in > GEM. And it's defined this way: Solid Color (probably White)Rectangle. At > least that's what I get when I open an window without drawing any content > above it. I assume Xaaes does this by calling vbar...? No, there is no window background in GEM. The AES does not repaint anything when you change window size or drag the window past the border of the screen. It does nothing with the actual window work area - that part is *solely* handled by the client application. -- PeP