(svn r16015) -Codechange: Completing the TransparencyToolbarWidgets enum.

This commit is contained in:
alberth 2009-04-10 16:20:54 +00:00
parent 7d3db3ee91
commit 5bac7a339f
1 changed files with 4 additions and 1 deletions

View File

@ -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