summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-12-24 15:01:17 +0000
committertron <tron@openttd.org>2005-12-24 15:01:17 +0000
commitf2db7e72454b7e36aad3e094804966e4a20e839d (patch)
treef0efaf93c42b83b79f0fe76a8914e14f03177f68 /functions.h
parent955f06b9acf624b6d964ba3b54e8f1af5b3a4b73 (diff)
downloadopenttd-f2db7e72454b7e36aad3e094804966e4a20e839d.tar.xz
(svn r3336) byte -> WindowClass, uint16 -> WindowNumber
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/functions.h b/functions.h
index 39cbb5dfb..3395961a7 100644
--- a/functions.h
+++ b/functions.h
@@ -191,9 +191,9 @@ uint ConvertIntDate(uint date);
/* misc functions */
void MarkTileDirty(int x, int y);
void MarkTileDirtyByTile(TileIndex tile);
-void InvalidateWindow(byte cls, WindowNumber number);
-void InvalidateWindowWidget(byte cls, WindowNumber number, byte widget_index);
-void InvalidateWindowClasses(byte cls);
+void InvalidateWindow(WindowClass cls, WindowNumber number);
+void InvalidateWindowWidget(WindowClass cls, WindowNumber number, byte widget_index);
+void InvalidateWindowClasses(WindowClass cls);
void DeleteWindowById(WindowClass cls, WindowNumber number);
void DeleteWindowByClass(WindowClass cls);