From mint-bounce@lists.fishpool.fi Fri Dec 11 21:04:42 2009 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=OXvwaSYNwJYqjzZOsG7pWgBRpdnls9mSEkp854q3LsQ=; b=c6vYa5m/zF3xyMWNbOtB50zvvINrotPwJnfsynXQ8u81HWjr8C1CmOJWMyiwLP6QZu 9eLHUZlBr9yJK6pga5DPpTIdrZOCOOHhlfcgw3K96+6tXYsfdut8wqGnbNdCRaprpiCk AIB5U5hSAA8JXnTBzjj5Cr8XLyI8jEAb2zMTU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=v2EAQGRUHotDQ9TRhvsHxNFdWOwPIVDsBqj1dtYbN6orBvUnjC650seFCK0pMELql4 tYSrVS/qSP78CS4WDClDWEWHc5eAnQR1RAe0q41U5ndOOyvwA5OEwe64uXO2Vvat9Tj/ a/WDwi29HgxT87VIF3fUA1kyyWkbywm9FGGsA= From: Peter Persson Content-Type: text/plain; charset=us-ascii Subject: [MiNT] Mintlib: VcheckMode() and Srealloc() Date: Sat, 12 Dec 2009 03:01:14 +0100 Message-Id: <909D4D62-F763-407A-BD1A-38C15F2DC66E@gmail.com> To: mint Mime-Version: 1.0 (Apple Message framework v1077) X-Mailer: Apple Mail (2.1077) 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 nBC24fsq021821 Hi, The function VcheckMode() isn't documented, but it's used by XaAES (k_init.c) and the TOS desktop. Srealloc() isn't documented either, but it is used by the Falcon TOS to re-allocate video RAM (I think it's used by Vsetscreen()). Maybe I've missed it somehow - but it seems there are no bindings for these calls in osbind.h or falcon.h. Again, I don't know how to add this myself, but it could be useful. -- PeP