diff options
| author | David Mathog <mathog@caltech.edu> | 2013-10-24 21:32:31 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2013-10-24 21:32:31 +0000 |
| commit | 28c2b3040acb1984f352e1672ed65fa78fe44dde (patch) | |
| tree | 1140d1f184ef98bb978afc8f5489b8c8f3bf37f6 /src/libuemf | |
| parent | try to add some const-correctness (diff) | |
| download | inkscape-28c2b3040acb1984f352e1672ed65fa78fe44dde.tar.gz inkscape-28c2b3040acb1984f352e1672ed65fa78fe44dde.zip | |
Fix for Bug 1243937 (EMF import, diagram obscured by full page rectangle)
Fixed bugs:
- https://launchpad.net/bugs/1243937
(bzr r12720)
Diffstat (limited to 'src/libuemf')
| -rw-r--r-- | src/libuemf/uemf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libuemf/uemf.h b/src/libuemf/uemf.h index f1211d63d..1ff6ead60 100644 --- a/src/libuemf/uemf.h +++ b/src/libuemf/uemf.h @@ -856,6 +856,7 @@ extern "C" { #define U_DSTINVERT 0x550009 #define U_BLACKNESS 0x000042 #define U_WHITENESS 0xff0062 +#define U_NOOP 0xaa0029 /* Many GDI programs end with a bitblt with this ROP == "D". Seems to work like flush() */ /** @} */ /** \defgroup U_EMRSETROP2_iMode_Qualifiers Binary Raster Operation Enumeration |
