IFND EVD_PREFS_I EVD_PREFS_I SET 1 * * evd_prefs.i - definition of the preferences file * Copyright (C) 1997 Aki Laukkanen * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software Foundation, * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * IFND EXEC_TYPES_I INCLUDE "exec/types.i" ENDC IFND UTILITY_TAGITEM_I INCLUDE "utility/tagitem.i" ENDC * * tagitems for the prefs file * EVD_Version = TAG_USER+"VER" ; version EVD_BBlank = TAG_USER+"BBL" ; border blank EVD_FCached = TAG_USER+"FCA" ; chunky buffer copyback or not EVD_CImprec = TAG_USER+"CIM" ; chip buffers imprecise EVD_OwnRefr = TAG_USER+"ORF" ; own refresh EVD_RRate = TAG_USER+"RAT" ; refresh rate EVD_UsedPal = TAG_USER+"USP" ; default palette EVD_NumPals = TAG_USER+"NUP" ; number of palettes EVD_Palette = TAG_USER+"PAL" ; pointer to an pointer array of palettes * * structures * STRUCTURE palette_entry,0 ULONG pe_off_cached_palname ULONG pe_off_palname ULONG pe_epsilon STRUCT pe_rgb,4*64 LABEL pe_SIZEOF * * current version * PREFS_VERSION = 2 PREFS_FILENAME_USE = 'env:turboevd.prefs',0 PREFS_FILENAME_SAVE = 'envarc:turboevd.prefs',0 ENDC