Changeset 4540 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Display
- Timestamp:
- Sep 5, 2007 7:06:21 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 24159
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/pointer.c
r1 r4540 535 535 } 536 536 537 if (pjSrcAlpha[cx * 4 + 3] > = 0xF0)537 if (pjSrcAlpha[cx * 4 + 3] > 0x7f) 538 538 { 539 539 pjDstAnd[cx / 8] &= ~bitmask;
Note:
See TracChangeset
for help on using the changeset viewer.