equal
deleted
inserted
replaced
284 2, |
284 2, |
285 2, |
285 2, |
286 3, |
286 3, |
287 }; |
287 }; |
288 |
288 |
289 typedef struct livery_d { |
289 struct livery_d { |
290 uint32 sel; |
290 uint32 sel; |
291 LiveryClass livery_class; |
291 LiveryClass livery_class; |
292 } livery_d; |
292 }; |
293 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(livery_d)); |
293 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(livery_d)); |
294 |
294 |
295 static void ShowColourDropDownMenu(Window *w, uint32 widget) |
295 static void ShowColourDropDownMenu(Window *w, uint32 widget) |
296 { |
296 { |
297 uint32 used_colours = 0; |
297 uint32 used_colours = 0; |