FreeRDP
prim_alphaComp.h
1 
21 #ifndef FREERDP_LIB_PRIM_ALPHA_COMP_H
22 #define FREERDP_LIB_PRIM_ALPHA_COMP_H
23 
24 #include <winpr/wtypes.h>
25 #include <freerdp/config.h>
26 #include <freerdp/primitives.h>
27 
28 void primitives_init_alphaComp_sse3(primitives_t* WINPR_RESTRICT prims);
29 
30 #endif