Wimp_ExtraWindowFlags
Tom Hughes
tom at compton.nu
Sat Apr 15 13:02:04 BST 2000
The Wimp module seems to have two copies of the definition of
Wimp_ExtraWindowFlags and it's values. The attached patch corrects
this.
Tom
--
Tom Hughes (tom at compton.nu)
http://www.compton.nu/
...Computers can never replace human stupidity.
-------------- next part --------------
Index: Source/User/Wimp
===================================================================
RCS file: /home/cvs/riscos/oslib/Source/User/Wimp,v
retrieving revision 1.1.1.6
retrieving revision 1.6
diff -c -r1.1.1.6 -r1.6
*** Source/User/Wimp 2000/04/14 23:15:46 1.1.1.6
--- Source/User/Wimp 2000/04/14 23:25:09 1.6
***************
*** 188,197 ****
CONST
Wimp_WindowUseTitleValidationColours = Wimp_ExtraWindowFlags: 0b1 "RISC O S 4+";
- TYPE Wimp_ExtraWindowFlags = .Byte;
- CONST
- Wimp_WindowUseTitleValidationColours = Wimp_ExtraWindowFlags: 0b1 "RISC O S 4+";
-
//Icon flags bits
TYPE Wimp_IconFlags = .Bits;
CONST
--- 188,193 ----
More information about the oslib-team
mailing list