(svn r12663) -Codechange: move the definition from 'order_d' to a more appropriate place and do not misuse it for the time table GUI.

This commit is contained in:
rubidium
2008-04-11 21:19:03 +00:00
parent b21b003f90
commit 89ff74fa73
3 changed files with 19 additions and 14 deletions

View File

@@ -51,6 +51,11 @@ enum OrderWindowWidgets {
ORDER_WIDGET_RESIZE,
};
struct order_d {
int sel;
};
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(order_d));
/**
* Return the memorised selected order.
*