Add __SCALE and __EFFECT_NONE - seem to be used in most themes.

SVN revision: 58901
This commit is contained in:
Kim Woelders 2011-04-25 13:59:11 +00:00
parent 403f92ef13
commit ef69340549
1 changed files with 11 additions and 9 deletions

View File

@ -51,13 +51,14 @@
#define __FLAG_TITLE_AND_ICON 3
/* fill rules for imageclasses */
#define __STRETCH 0
#define __TILE_H 1
#define __TILE_V 2
#define __TILE 3
#define __INTEGER_TILE_H 4
#define __INTEGER_TILE_V 8
#define __INTEGER_TILE 12
#define __SCALE 0
#define __STRETCH 0
#define __TILE_H 1
#define __TILE_V 2
#define __TILE 3
#define __INTEGER_TILE_H 4
#define __INTEGER_TILE_V 8
#define __INTEGER_TILE 12
/* major sections in the config */
#define __CONTROL 0
@ -95,8 +96,9 @@
#define __FONT_TO_UP 2
#define __FONT_TO_LEFT 3
#define __EFFECT_NORMAL 0
#define __EFFECT_SHADOW 1
#define __EFFECT_NONE 0
#define __EFFECT_NORMAL 0
#define __EFFECT_SHADOW 1
#define __EFFECT_OUTLINE 2
#define __FOCUS_MODE 307