Differences From Artifact [783cdb6446]:
- File src/clients2c.mm — part of check-in [ef1d7e47f7] at 2025-03-20 20:38:43 on branch trunk — Remove all default arguments from protos.h (user: js, size: 9005) [annotate] [blame] [check-ins using]
To Artifact [e43832fc31]:
- File src/clients2c.m — part of check-in [b250dfa8d4] at 2025-03-20 21:18:29 on branch trunk — Convert more files to pure Objective-C (user: js, size: 9012) [annotate] [blame] [check-ins using]
︙ | |||
304 305 306 307 308 309 310 | 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 | - + | case SV_EDITD: case SV_EDITE: { int x = getint(&p); int y = getint(&p); int xs = getint(&p); int ys = getint(&p); int v = getint(&p); |
︙ |