Implement part of GSAutoLayoutEngine dependency management logic (#178)

* Implement part of GSAutoLayoutEngine dependency management logic

* Fix formatting of GSAutoLayoutEngine, GSCSFloatComparator and GSCSSolution

* Address PR feedback

* Address PR feedback

* Replace assignment with ASSIGN macro and fix makefile

* Add back dealloc in GSAutoLayoutEngine.m and GSCSSolution.m
This commit is contained in:
Benjamin Johnson 2023-04-19 17:06:53 +10:00 committed by GitHub
parent a913346b83
commit 2be7334ce2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 870 additions and 18 deletions

View file

@ -47,6 +47,8 @@
- (GSAutoLayoutEngine*) _layoutEngine;
- (void) _layoutEngineDidChangeAlignmentRect;
@end
#endif // _GNUstep_H_NSViewPrivate