mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
fix comma at end of enumerator list
This commit is contained in:
@@ -39,7 +39,7 @@ typedef enum
|
||||
{
|
||||
CNXTFB_BLEND_MODE_GLOBAL_ALPHA = 0, /* Global / Region Alpha */
|
||||
CNXTFB_BLEND_MODE_PIXEL_ALPHA, /* Alpha from pixel */
|
||||
CNXTFB_BLEND_MODE_ALPHA_MULTIPLIED, /* Global alpha multiplied with pixel alpha */
|
||||
CNXTFB_BLEND_MODE_ALPHA_MULTIPLIED /* Global alpha multiplied with pixel alpha */
|
||||
} CNXTFB_BLEND_MODE;
|
||||
|
||||
#define CNXTFB_IO(type) _IO('F', type)
|
||||
|
Reference in New Issue
Block a user