equal
deleted
inserted
replaced
128 |
128 |
129 bool visible; ///< cursor is visible |
129 bool visible; ///< cursor is visible |
130 bool dirty; ///< the rect occupied by the mouse is dirty (redraw) |
130 bool dirty; ///< the rect occupied by the mouse is dirty (redraw) |
131 bool fix_at; ///< mouse is moving, but cursor is not (used for scrolling) |
131 bool fix_at; ///< mouse is moving, but cursor is not (used for scrolling) |
132 bool in_window; ///< mouse inside this window, determines drawing logic |
132 bool in_window; ///< mouse inside this window, determines drawing logic |
|
133 |
|
134 bool vehchain; ///< vehicle chain is dragged |
133 }; |
135 }; |
134 |
136 |
135 struct DrawPixelInfo { |
137 struct DrawPixelInfo { |
136 void *dst_ptr; |
138 void *dst_ptr; |
137 int left, top, width, height; |
139 int left, top, width, height; |