Changeset 5024 in vbox
- Timestamp:
- Sep 25, 2007 3:04:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r4945 r5024 3559 3559 { 3560 3560 size_t cb = (width + 7) / 8 * height; /* size of the AND mask */ 3561 cb += ((cb + 3) & ~3) + width * 4 * height; /* + gap + size of the XOR mask */3561 cb = ((cb + 3) & ~3) + width * 4 * height; /* + gap + size of the XOR mask */ 3562 3562 /* try to reuse the old shape buffer if the size is the same */ 3563 3563 if (!wasValid)
Note:
See TracChangeset
for help on using the changeset viewer.