src/gfx_type.h
changeset 8828 28784a133c57
parent 8123 ce31d2843a95
child 9044 d01d22d12fce
equal deleted inserted replaced
8827:730524764a69 8828:28784a133c57
   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;