ScrollList carriage returns
Tom Hughes
tom at compton.nu
Sat Apr 15 13:08:04 BST 2000
A couple of lines in ScrollList that were changed seem to have gained
carriage return characters at the end of the line.The attached patch
removes them.
Tom
--
Tom Hughes (tom at compton.nu)
http://www.compton.nu/
...If you're so smart, how come you ain't rich.
-------------- next part --------------
Index: Source/Toolbox/ScrollList
===================================================================
RCS file: /home/cvs/riscos/oslib/Source/Toolbox/ScrollList,v
retrieving revision 1.1.1.3
retrieving revision 1.3
diff -c -r1.1.1.3 -r1.3
*** Source/Toolbox/ScrollList 2000/04/14 22:59:23 1.1.1.3
--- Source/Toolbox/ScrollList 2000/04/02 15:28:40 1.3
***************
*** 190,196 ****
ENTRY
( R0 = .Bits: flags,
R1 = Toolbox_O: window,
! R2 # 0x4024 "Sets the font details for the ScrollList",
R3 = Toolbox_C: scroll_list,
R4 -> .String: font_name,
R5 = .Int: width,
--- 190,196 ----
ENTRY
( R0 = .Bits: flags,
R1 = Toolbox_O: window,
! R2 # 0x4024 "Sets the font details for the ScrollList",
R3 = Toolbox_C: scroll_list,
R4 -> .String: font_name,
R5 = .Int: width,
***************
*** 202,208 ****
ENTRY
( R0 = .Bits: flags,
R1 = Toolbox_O: window,
! R2 # 0x4025 "Gets the text of a ScrollList entry",
R3 = Toolbox_C: scroll_list,
R4 = .Ref .String: buffer,
R5 = .Bits: buffer_size,
--- 202,208 ----
ENTRY
( R0 = .Bits: flags,
R1 = Toolbox_O: window,
! R2 # 0x4025 "Gets the text of a ScrollList entry",
R3 = Toolbox_C: scroll_list,
R4 = .Ref .String: buffer,
R5 = .Bits: buffer_size,
More information about the oslib-team
mailing list