Strip off version numbers from dir name
[dockapps.git] / wmweather+ / wmgeneral / xpm_trans.h
blob1d4464634c2987f94c9b1e3a70817915331b3de0
1 /* Like copyXPMArea, but only copies non-masked pixels */
2 void combineWithTrans(int sx, int sy, unsigned w, unsigned h, int dx, int dy);
4 /* Like combineWithTrans, except it combines pixels by this formula:
5 * new = (src * o + dest * (256 - o)) / 256
6 */
7 void combineWithOpacity(int sx, int sy, unsigned w, unsigned h, int dx, int dy, int o);