;
; wSpace.sh
;
; Workspace layout for Sculptrix
;
;  1995-1998 Straylight
;

;----- Licensing note -------------------------------------------------------
;
; This file is part of Straylight's Sculptrix.
;
; Sculptrix 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, or (at your option)
; any later version.
;
; Sculptrix 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 Sculptrix.  If not, write to the Free Software Foundation,
; 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

		^	0,R12
sculpt_wStart	#	0

		; --- Useful flags ---

sculpt_flags	#	4			;Some flags
sculpt_sprArea	#	4			;Sprite area for TNS sprites

		; --- Various colours ---

sculpt_colours	#	0			;Colour tables

sculpt_defCol	#	4			;Normal colour table
sculpt_groupCol	#	4			;Faded colour table
sculpt_shadeCol	#	4			;Shaded colour table
sculpt_shgrpCol	#	4			;Faded/shaded colour table

sculpt_hilight	#	1			;Highlight colour
sculpt_slab	#	1			;Slabbing background
		#	2			;Alignment padding

		; --- VDU variables ---

sculpt_vduVars	#	0			;Various VDU variables

sculpt_dx	#	4			;Width of pixel in OS units
sculpt_dy	#	4			;Height of pixel in OS units
sculpt_start	#	4			;Initial mitring offset

		; --- Various buffers ---

sculpt_small	#	16			;A small buffer
sculpt_misc	#	256			;A handy buffer

sculpt_wSize	EQU	{VAR}-sculpt_wStart


scFlag_acorn	EQU	(1<<0)			;Use Acorn-style group box
scFlag_unslab	EQU	(1<<31)			;We've just unslabbed an icon

;----- That's all, folks ----------------------------------------------------

		END
