equal
deleted
inserted
replaced
2 |
2 |
3 /** @file transparency.h */ |
3 /** @file transparency.h */ |
4 |
4 |
5 #ifndef TRANSPARENCY_H |
5 #ifndef TRANSPARENCY_H |
6 #define TRANSPARENCY_H |
6 #define TRANSPARENCY_H |
|
7 |
|
8 #include "gfx_func.h" |
7 |
9 |
8 /** |
10 /** |
9 * Transparency option bits: which position in _transparency_opt stands for which transparency. |
11 * Transparency option bits: which position in _transparency_opt stands for which transparency. |
10 * If you change the order, change the order of the ShowTransparencyToolbar() stuff in transparency_gui.cpp too. |
12 * If you change the order, change the order of the ShowTransparencyToolbar() stuff in transparency_gui.cpp too. |
11 * If you add or remove an option don't forget to change the transparency 'hot keys' in main_gui.cpp. |
13 * If you add or remove an option don't forget to change the transparency 'hot keys' in main_gui.cpp. |