equal
deleted
inserted
replaced
359 int32 scroll_y; |
359 int32 scroll_y; |
360 int32 subscroll; |
360 int32 subscroll; |
361 }; |
361 }; |
362 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(smallmap_d)); |
362 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(smallmap_d)); |
363 |
363 |
364 struct refit_d { |
|
365 int sel; |
|
366 struct RefitOption *cargo; |
|
367 struct RefitList *list; |
|
368 uint length; |
|
369 VehicleOrderID order; |
|
370 }; |
|
371 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(refit_d)); |
|
372 |
|
373 struct vp_d { |
364 struct vp_d { |
374 VehicleID follow_vehicle; |
365 VehicleID follow_vehicle; |
375 int32 scrollpos_x; |
366 int32 scrollpos_x; |
376 int32 scrollpos_y; |
367 int32 scrollpos_y; |
377 int32 dest_scrollpos_x; |
368 int32 dest_scrollpos_x; |