(svn r2496) -Fix: [1179933] When toggling build/remove via keyboard the selection wasn't correctly redrawn
This commit is contained in:
@@ -11,6 +11,8 @@ struct ViewPort {
|
||||
byte zoom;
|
||||
};
|
||||
|
||||
void SetSelectionRed(bool);
|
||||
|
||||
/* viewport.c */
|
||||
Point MapXYZToViewport(ViewPort *vp, uint x, uint y, uint z);
|
||||
void AssignWindowViewport(Window *w, int x, int y,
|
||||
|
||||
Reference in New Issue
Block a user