RO310 2.52 KB
Newer Older
Kevin Bracey's avatar
Kevin Bracey committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
; Copyright 1997 Acorn Computers Ltd
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
;     http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law or agreed to in writing, software
; distributed under the License is distributed on an "AS IS" BASIS,
; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
; See the License for the specific language governing permissions and
; limitations under the License.
;
;
; Wimp options for a RISC OS 3.10 build of the Window Manager
;

19 20
module_postfix	SETS	" RISC OS 3.1"

Kevin Bracey's avatar
Kevin Bracey committed
21 22 23
	Option	Stork,			false			; try saving power by calling Portable_Idle

	Option	Medusa,			false			; support Medusa Memory management
24
        Option  international_help,     false                   ; Kernel looks up help in the Messages file
Kevin Bracey's avatar
Kevin Bracey committed
25 26 27 28 29 30 31
	Option	UseDynamicArea,		false    		; use a dynamic area on medusa for the sprite pool
	Option	PlotSpritesFromPalette, false			; Use palette entries, not translation table
                                            			; (this means funny paletted sprites plot
                                            			; better in 16bpp+ modes)
	Option	UseAMBControl,		false			; delegate task memory management to OS_AMBControl
	Option	FPE4,			false			; assume FPE 4.00 or later present

32 33 34 35 36 37 38 39 40 41 42
        Option  TrueIcon2,              true :LAND: TrueIcon1   ; true colour support, phase 2
        Option  TrueIcon3,              true :LAND: TrueIcon2   ; true colour support, phase 3 (windows)
        Option  IconiseButton,          true                    ; Windows given iconise button
        Option  BounceClose,            true                    ; Furniture buttons are release-type
        Option  ForegroundWindows,      true                    ; Layering of windows within each stack
        Option  SpritePriority,         true                    ; Allow configurable sprite pool priority
        Option  Autoscr,                true                    ; Add Wimp_AutoScroll and dragbox-within-window facilities
        Option  StickyEdges,            false  ; unimplemented  ; Allow windows to "stick" when dragged over edge of screen
        Option  MultiClose,             true                    ; Allow Ctrl-Alt clicks on close/iconise buttons
        Option  PushBothBars,           true                    ; Push in both scrollbars on adjust-drags

43 44
        Option  RO4,                    true                    ; RISC OS 4 extensions

Kevin Bracey's avatar
Kevin Bracey committed
45
        END