Differences From Artifact [ad55e4debc]:
- File src/OFObject.h — part of check-in [dec9721b35] at 2021-04-17 01:19:44 on branch new-naming-convention — of_rectangle_t -> OFRect (user: js, size: 38761) [annotate] [blame] [check-ins using]
To Artifact [e386160582]:
- File src/OFObject.h — part of check-in [83dc0fe6e5] at 2021-04-17 01:24:38 on branch new-naming-convention — OF_NOT_FOUND -> OFNotFound (user: js, size: 38805) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
283 284 285 286 287 288 289 290 291 292 293 294 295 296 | return false; if (!OFEqualSizes(rect1.size, rect2.size)) return false; return true; } #ifdef __OBJC__ @class OFMethodSignature; @class OFString; @class OFThread; /** | > > | 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 | return false; if (!OFEqualSizes(rect1.size, rect2.size)) return false; return true; } static const size_t OFNotFound = SIZE_MAX; #ifdef __OBJC__ @class OFMethodSignature; @class OFString; @class OFThread; /** |
︙ | ︙ |