diff options
author | Vladimir Vukicevic <vladimir@pobox.com> | 2006-11-03 10:04:28 -0800 |
---|---|---|
committer | U-WIN2K-TEST\Administrator <vladimir@win2k-test.(none)> | 2006-11-07 13:12:09 -0800 |
commit | 6db219c3a16bbbe736653946ea5a4758656a9cd9 (patch) | |
tree | 42d54720d3ae117bfedc6718ae6316cc8bdd1369 /test/Makefile.win32 | |
parent | 3e002a474b64c83f8768ba8918209eca9d7599a3 (diff) |
[win32] clean up win32_surface_composite
Make sure that all operations are correct (the operations chosen
are listed in cairo-win32-surface.c); in particular, deal with the extra
byte present in FORMAT_RGB24 surfaces correctly.
Also adds support for calling StretchDIBits to draw RGB24
cairo_image_surfaces directly.
Diffstat (limited to 'test/Makefile.win32')
-rw-r--r-- | test/Makefile.win32 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Makefile.win32 b/test/Makefile.win32 index c2e7338be..9797b7580 100644 --- a/test/Makefile.win32 +++ b/test/Makefile.win32 @@ -57,7 +57,6 @@ operator-source \ paint \ paint-source-alpha \ paint-with-alpha \ -path-data \ pattern-get-type \ pattern-getters \ pixman-rotate \ |