summaryrefslogtreecommitdiff
path: root/plugins/TipperYM/src/bitmap_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TipperYM/src/bitmap_func.h')
-rw-r--r--plugins/TipperYM/src/bitmap_func.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/TipperYM/src/bitmap_func.h b/plugins/TipperYM/src/bitmap_func.h
index ec79f1d8fe..96d5c7a29f 100644
--- a/plugins/TipperYM/src/bitmap_func.h
+++ b/plugins/TipperYM/src/bitmap_func.h
@@ -39,13 +39,15 @@ Boston, MA 02111-1307, USA.
#define SP_CORNER_BL 8
// image paint options
-typedef enum {
+typedef enum
+{
TM_NONE = 0, TM_CENTRE = 1, TM_STRECH_ALL = 2, TM_STRECH_HORIZONTAL = 3, TM_STRECH_VERTICAL = 4,
TM_TILE_ALL = 5, TM_TILE_HORIZONTAL = 6, TM_TILE_VERTICAL = 7
} TransformationMode;
typedef unsigned long COLOR32;
-typedef struct {
+typedef struct
+{
HDC hdc;
HBITMAP hBitmap, hOldBitmap;
HBITMAP hbmpSkinParts[SKIN_ITEMS_COUNT][SKIN_PARTS_COUNT];