Changes between Version 1 and Version 3 of Ticket #15636


Ignore:
Timestamp:
Jan 17, 2020, 1:58:03 PM (4 years ago)
Author:
X512
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15636 – Description

    v1 v3  
    1313I tried to port some non C/C++ compiler (target ABI: x86 gcc4+) and make Haiku API bindings and experience various problems such as:
    1414* Structs passed by value (such as `pattern`) are stored on stack as is, but classes such as `BPoint` are passed by pointer.
    15 * `StrokeLine(BPoint, BPoint, pattern)` is not working if stack is not aligned.
     15* `BView::StrokeLine(BPoint, BPoint, pattern)` is not working if stack is not aligned.