File diff r8122:b60b03677b3f → r8123:dde0a9a84019
src/transparency.h
Show inline comments
 
@@ -2,12 +2,14 @@
 

	
 
/** @file transparency.h */
 

	
 
#ifndef TRANSPARENCY_H
 
#define TRANSPARENCY_H
 

	
 
#include "gfx_func.h"
 

	
 
/**
 
 * Transparency option bits: which position in _transparency_opt stands for which transparency.
 
 * If you change the order, change the order of the ShowTransparencyToolbar() stuff in transparency_gui.cpp too.
 
 * If you add or remove an option don't forget to change the transparency 'hot keys' in main_gui.cpp.
 
 * If you add an option and have more then 8, change the typedef TransparencyOptionBits and
 
 * the save stuff (e.g. SLE_UINT8 to SLE_UINT16) in settings.cpp .