mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
- framebuffer.h: define CORNER_NONE
This commit is contained in:
@@ -48,6 +48,7 @@ typedef struct gradientData_t
|
|||||||
int mode;
|
int mode;
|
||||||
} gradientData_struct_t;
|
} gradientData_struct_t;
|
||||||
|
|
||||||
|
#define CORNER_NONE 0x0
|
||||||
#define CORNER_TOP_LEFT 0x1
|
#define CORNER_TOP_LEFT 0x1
|
||||||
#define CORNER_TOP_RIGHT 0x2
|
#define CORNER_TOP_RIGHT 0x2
|
||||||
#define CORNER_TOP 0x3
|
#define CORNER_TOP 0x3
|
||||||
|
Reference in New Issue
Block a user