diff options
author | marha <marha@users.sourceforge.net> | 2012-03-23 10:05:55 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-03-23 10:05:55 +0100 |
commit | 0f834b91a4768673833ab4917e87d86c237bb1a6 (patch) | |
tree | 363489504ed4b2d360259b8de4c9e392918e5d02 /xorg-server/hw/xfree86/xaa/xaarop.h | |
parent | fc72edebf875378459368c5383d9023730cbca54 (diff) | |
download | vcxsrv-0f834b91a4768673833ab4917e87d86c237bb1a6.tar.gz vcxsrv-0f834b91a4768673833ab4917e87d86c237bb1a6.tar.bz2 vcxsrv-0f834b91a4768673833ab4917e87d86c237bb1a6.zip |
libX11 xserver fontconfig mesa pixman xkbcomp xkeyboard-config git update
23 Mar 2012
Diffstat (limited to 'xorg-server/hw/xfree86/xaa/xaarop.h')
-rw-r--r-- | xorg-server/hw/xfree86/xaa/xaarop.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xorg-server/hw/xfree86/xaa/xaarop.h b/xorg-server/hw/xfree86/xaa/xaarop.h index edfd75aec..f2acde075 100644 --- a/xorg-server/hw/xfree86/xaa/xaarop.h +++ b/xorg-server/hw/xfree86/xaa/xaarop.h @@ -8,7 +8,6 @@ MS triadic raster op. The function will return which components (S-P) need to be enabled. - int XAAHelpPatternROP(ScrnInfoPtr pScrn, int *fg, int *bg, int pm, int *rop) For use with 8x8 opaque pattern fills. You give it the foreground, @@ -17,7 +16,6 @@ appropriate MS triadic raster op. The function will return which components (S-P) need to be enabled. - ROP_PAT - Means to enable 8x8 mono patterns (all bits set for solid patterns). Set the foreground and background as returned by the function. @@ -294,8 +292,10 @@ #define NO_SRC_ROP(rop) \ ((rop == GXnoop) || (rop == GXset) || (rop == GXclear) || (rop == GXinvert)) -extern _X_EXPORT int XAAHelpSolidROP(ScrnInfoPtr pScrn, int *fg, int pm, int *rop); -extern _X_EXPORT int XAAHelpPatternROP(ScrnInfoPtr pScrn, int *fg, int *bg, int pm, int *rop); +extern _X_EXPORT int XAAHelpSolidROP(ScrnInfoPtr pScrn, int *fg, int pm, + int *rop); +extern _X_EXPORT int XAAHelpPatternROP(ScrnInfoPtr pScrn, int *fg, int *bg, + int pm, int *rop); /* XXX These four should be static, but it breaks the 6.7.0 ABI. */ extern _X_EXPORT int XAACopyROP[16]; @@ -308,4 +308,4 @@ extern _X_EXPORT int XAAGetCopyROP_PM(int i); extern _X_EXPORT int XAAGetPatternROP(int i); extern _X_EXPORT int XAAGetPatternROP_PM(int i); -#endif /* _XAAROP_H */ +#endif /* _XAAROP_H */ |