Changeset - r11630:7ceda0f7f527
[Not reviewed]
master
0 1 0
alberth - 15 years ago 2009-04-10 16:20:54
alberth@openttd.org
(svn r16015) -Codechange: Completing the TransparencyToolbarWidgets enum.
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/transparency_gui.cpp
Show inline comments
 
@@ -18,7 +18,10 @@ TransparencyOptionBits _invisibility_opt
 
class TransparenciesWindow : public Window
 
{
 
	enum TransparencyToolbarWidgets{
 
		TTW_WIDGET_SIGNS = 3,    ///< Make signs background transparent
 
		TTW_WIDGET_CLOSEBOX,     ///< Closebox
 
		TTW_WIDGET_CAPTION,      ///< Titlebar caption
 
		TTW_WIDGET_STICKYBOX,    ///< Stickybox
 
		TTW_WIDGET_SIGNS,        ///< Make signs background transparent
 
		TTW_WIDGET_TREES,        ///< Make trees transparent
 
		TTW_WIDGET_HOUSES,       ///< Make houses transparent
 
		TTW_WIDGET_INDUSTRIES,   ///< Make Industries transparent
0 comments (0 inline, 0 general)