Change: Zoom title game by UI zoom level

This commit is contained in:
Niels Martin Hansen
2019-04-23 22:55:27 +02:00
parent 58609e8fa6
commit 37daf43037
4 changed files with 15 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ void MarkAllViewportsDirty(int left, int top, int right, int bottom);
bool DoZoomInOutWindow(ZoomStateChange how, Window *w);
void ZoomInOrOutToCursorWindow(bool in, Window * w);
Point GetTileZoomCenterWindow(bool in, Window * w);
void FixTitleGameZoom();
void HandleZoomMessage(Window *w, const ViewPort *vp, byte widget_zoom_in, byte widget_zoom_out);
/**