summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-29 06:49:56 +0000
committerrubidium <rubidium@openttd.org>2008-05-29 06:49:56 +0000
commit3716f4814de0cdda1d08ed6a2835383874228423 (patch)
tree36e475cf0450f0f0cf0507bbf3f755dccc35a6cd /src/window_gui.h
parentd3d0432314d3bed01b058ad598c9d056415b6012 (diff)
downloadopenttd-3716f4814de0cdda1d08ed6a2835383874228423.tar.xz
(svn r13318) -Codechange: move some functions from gui.h/misc_gui.cpp to window_gui.h/window.cpp because they belong there.
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index 7b62da461..020f5797a 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -562,6 +562,10 @@ void ResizeButtons(Window *w, byte left, byte right);
void ResizeWindowForWidget(Window *w, int widget, int delta_x, int delta_y);
+void SetVScrollCount(Window *w, int num);
+void SetVScroll2Count(Window *w, int num);
+void SetHScrollCount(Window *w, int num);
+
/**
* Sets the enabled/disabled status of a widget.