From 6e72d514b7b353d92379855aa44907d9399c83a7 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 29 Jun 2005 08:14:09 +0000 Subject: (svn r2496) -Fix: [1179933] When toggling build/remove via keyboard the selection wasn't correctly redrawn --- viewport.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'viewport.h') diff --git a/viewport.h b/viewport.h index a92f66a6d..920e09607 100644 --- a/viewport.h +++ b/viewport.h @@ -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, -- cgit v1.2.3-54-g00ecf