new backend: glx: implement IMAGE_OP_APPLY_ALPHA
Slight change to the backend_operations::fill interface. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
@@ -22,6 +22,10 @@ typedef struct {
|
||||
int right;
|
||||
} margin_t;
|
||||
|
||||
struct color {
|
||||
double red, green, blue, alpha;
|
||||
};
|
||||
|
||||
typedef uint32_t opacity_t;
|
||||
|
||||
#define MARGIN_INIT \
|
||||
|
||||
Reference in New Issue
Block a user