(svn r12576) -Feature(tte) [FS#337]: highlight vehicle chain when dragging in the group and depot GUI if appropriate

This commit is contained in:
smatz
2008-04-05 11:27:50 +00:00
parent 3fdddeac40
commit d0fdbce6d2
5 changed files with 32 additions and 3 deletions

View File

@@ -130,6 +130,8 @@ struct CursorVars {
bool dirty; ///< the rect occupied by the mouse is dirty (redraw)
bool fix_at; ///< mouse is moving, but cursor is not (used for scrolling)
bool in_window; ///< mouse inside this window, determines drawing logic
bool vehchain; ///< vehicle chain is dragged
};
struct DrawPixelInfo {