Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 120551
Collapse All | Expand All

(-)xvidcap-1.1.3.vanilla/src/colors.h (-1 / +1 lines)
Lines 37-43 Link Here
37
	unsigned long blue_bit_depth;
37
	unsigned long blue_bit_depth;
38
	unsigned long alpha_bit_depth;
38
	unsigned long alpha_bit_depth;
39
39
40
	unsigned long alpha_mask;
40
	u_int32_t alpha_mask;
41
} ColorInfo;
41
} ColorInfo;
42
42
43
void GetColorInfo (XImage *image, ColorInfo *return_struct);
43
void GetColorInfo (XImage *image, ColorInfo *return_struct);

Return to bug 120551