src/gfx_type.h
branchNewGRF_ports
changeset 10184 fcf5fb2548eb
parent 6872 1c4a4a609f85
child 10355 ee4b5f7a5bf2
equal deleted inserted replaced
10179:eec5a7dcbf61 10184:fcf5fb2548eb
   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;