From 31911a93255dbe14137b7ac1faeb405862bd2530 Mon Sep 17 00:00:00 2001 From: darkvater Date: Mon, 16 Aug 2004 21:02:06 +0000 Subject: (svn r69) -Feature: align toolbar left/center/right patch (TrueLight) -Feature: added callback feature to patches options --- window.h | 1 + 1 file changed, 1 insertion(+) (limited to 'window.h') diff --git a/window.h b/window.h index 0b725ed49..342768149 100644 --- a/window.h +++ b/window.h @@ -408,6 +408,7 @@ void GuiShowTooltips(uint16 string_id); void UnclickWindowButtons(Window *w); void UnclickSomeWindowButtons(Window *w, uint32 mask); void RelocateAllWindows(int neww, int newh); +int32 PositionMainToolbar(Window *w); /* widget.c */ int GetWidgetFromPos(Window *w, int x, int y); -- cgit v1.2.3-54-g00ecf