framebuffer.h: define CORNER_NONE

Origin commit data
------------------
Branch: ni/coolstream
Commit: 46b4d9e866
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-10-11 (Sat, 11 Oct 2014)

Origin message was:
------------------
- framebuffer.h: define CORNER_NONE

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2014-10-11 10:50:02 +02:00
parent 14b5dda71c
commit a232394f80

View File

@@ -48,6 +48,7 @@ typedef struct gradientData_t
int mode;
} gradientData_struct_t;
#define CORNER_NONE 0x0
#define CORNER_TOP_LEFT 0x1
#define CORNER_TOP_RIGHT 0x2
#define CORNER_TOP 0x3